Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 444 Bytes

simpleHTTPServer with Node.js

Simple attempt (prototype) to replicate the terminal usage of the Python module SimpleHTTPServer.

Needed

  • node.js (* Web browser)

Run with default settings

$ node simpleHTTPServer.js

View help, usage and options

$ node simpleHTTPServer.js --help

Application description

Similar to Pyhton's SimpleHTTPServer ($ python -m SimpleHTTPServer)

Bad style

Mashup with " " and ' ' (for now).