static-cdn
v1.0.0
Published
a static web server by node.js
Downloads
4
Readme
static-cdn
A simple static web server by node.js
Install
npm install static-cdn
Config
See ./lib/config.js
you can edit default file name and error response text
Usage
node nodinx rootdir [port]
- rootdir Must, the web server root directory, must be absolute path
- port Optional, listen port, default is 80