0.0.1 • Published 10 years ago

jaxhttp v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

JaxHTTP

A simple webserver written with the JaxCore framework

Install using NPM:

npm install jaxhttp

To serve the current directory as a webserver on port 8000:

jaxhttp

Directory and port options can be set as:

jaxhttp ./mydir --port=9999

To run as a background process:

jaxhttp ./mydir --port=9999 --quiet=true --daemon=true

To shut down a background process:

jaxhttp --port=9999 --shutdown