Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresdotsh/fisejs
Simple file server with nodejs
https://github.com/andresdotsh/fisejs
Last synced: about 1 month ago
JSON representation
Simple file server with nodejs
- Host: GitHub
- URL: https://github.com/andresdotsh/fisejs
- Owner: andresdotsh
- License: gpl-3.0
- Created: 2017-01-21T20:11:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T15:10:12.000Z (over 6 years ago)
- Last Synced: 2024-06-13T18:00:55.269Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fisejs
This is a simple file server built with **node.js**, **express**, **pug** and other technologies.It's useful to **upload/download** files in a network, just put your files in the **/files** directory and that's all.
# Installation
#### Requirements
* nodejs >= 4.x
* npm >= 2.x
* git >= 2.x || [direct download](https://github.com/drebits/fisejs/archive/master.zip)#### Download and install
```
$ git clone https://github.com/drebits/fisejs.git && cd fisejs
$ npm install
```#### Run server
```
$ npm start
```