node-solo
v0.0.2
Published
Super simple module to make a server from a static file
Downloads
4
Readme
solo
Super simple static server
Very basic server for running a single HTML file, useful for tests
installation:
npm install node-solo --save-dev
command-line usage:
solo my-file.html -p 8888
API usage:
solo.run("my-file.html",{port:8888});