Home

Awesome

FileServer

FileServer works

Download total.js module FileServer

Storing files

Run

Production

$ cd fileserver
$ node release.js

Debug

$ cd fileserver
$ node debugging.js

Configure FileServer

$ sudo nano config-debug
$ # or
$ sudo nano config-release

## Using

FileServer can use in total.js projects. Easy implementation via module: total.js - FileServer module.