/quickserver

Create a quick Node.js instance serving static files.

Primary LanguageJavaScriptMIT LicenseMIT

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!