Node Tiny Static Server
A tiny static server for node.js.
You can use it as a personal download server or static page server. Just for convenience.
Installation
$ npm install -g ntss
Usage
$ ntss --path=STATIC_PATH [--port=PORT] [--nlist=false if do not show list] [--default=index.html|index.htm|...]
Contribution
PRs and issues are welcomed.