simple-http-server
This is simple but functional http server with the following features:
- start with chosen port
shs --port 8080
(defaults to 8000) - show directory listing
- show
404
if appropriate - send files with guessed content-type
It was written as python2 -m SimpleHTTPServer
replacement and to play with
coffescript.
Installation
You can use npm registry:
npm install -g shs