simplehttpserver: Simple HTTP Server
'simpehttpserver' is an simple imitation of Python's SimpleHTTPServer and is intended for testing, development and debugging purposes
Install globally
Install using npm
npm install simplehttpserver -g
Usage
Run simplehttpserver by a command
simplehttpserver [directory]
[directory] is used as a web root. Default is the current working directory.
Server listens the port 8000. Open browser to http://localhost:8000 to view.
Run locally
node simplehttpserver.js
You must have all the dependencies installed