Create a quick Node.js instance serving static files.
Find a file
2015-02-13 16:04:31 +01:00
bin Implemented https support 2015-02-13 15:57:41 +01:00
lib Implemented https support 2015-02-13 15:57:41 +01:00
.gitignore Added gitignore 2015-02-13 15:29:44 +01:00
LICENSE Initial commit 2014-12-09 14:03:31 +01:00
package.json Updated version and README 2015-02-13 16:00:40 +01:00
README.md Updated version and README 2015-02-13 16:00:40 +01:00

Quickserver

Create a quick Node.js instance serving static files.

Install: npm install -g quickserver

Usage: quickserver port protocol (default port is 8888, default protocol is http)

You can also use it to serve on priveledged ports by using sudo quickserver port protocol

Credits

Based on: https://gist.github.com/rpflorence/701407 by rpflorence

Thank you to grunt-contrib-connect who I stole the default cert files from!