https://github.com/webix-hub/filemanager-node
https://github.com/webix-hub/filemanager-node
filemanager webix webix-filemanager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webix-hub/filemanager-node
- Owner: webix-hub
- Created: 2020-02-25T16:47:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T17:41:26.000Z (3 months ago)
- Last Synced: 2025-04-07T18:42:08.335Z (3 months ago)
- Topics: filemanager, webix, webix-filemanager
- Language: JavaScript
- Size: 180 KB
- Stars: 8
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NodeJS Backend for Webix File Manager
==================### How to start
Serve local files, absolute path is required.
```shell script
npm install# windows
npm run local D:\\some\\folder# linux
npm run local /media/user/d/some/folder
```Note that you need to use NodeJS v12.3.0 or higher to be able to write into text files.