Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/filemanager-node
https://github.com/webix-hub/filemanager-node
filemanager webix webix-filemanager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/webix-hub/filemanager-node
- Owner: webix-hub
- Created: 2020-02-25T16:47:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:37:21.000Z (about 2 years ago)
- Last Synced: 2024-04-09T21:15:09.238Z (9 months ago)
- Topics: filemanager, webix, webix-filemanager
- Language: JavaScript
- Size: 170 KB
- Stars: 6
- Watchers: 9
- Forks: 7
- Open Issues: 3
-
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.