augustine
Another simple http server for serving static resources.
Install
npm install augustine -g
Run
Enter your web content root directory, and run:
augustine
will listen on defaut port 8080, or you can specify a customize port or host, run:
augustine --port yourPort --host yourAddress
Enjoy it!
or feedback!