Skip to content

sasisusa/simpleHTTPServer-node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published