0.0.1 • Published 11 years ago
jaxhttp v0.0.1
JaxHTTP
A simple webserver written with the JaxCore framework
Install using NPM:
npm install jaxhttpTo serve the current directory as a webserver on port 8000:
jaxhttpDirectory and port options can be set as:
jaxhttp ./mydir --port=9999To run as a background process:
jaxhttp ./mydir --port=9999 --quiet=true --daemon=trueTo shut down a background process:
jaxhttp --port=9999 --shutdown0.0.1
11 years ago