Fast Http
Installation
npm install fast-http --save
Usage
Create a tiny web server which does not support the MVC pattern,for simple Node.js app.
Because I copy the same code in all my projects.
How to use
Basic usage:
var server = port = 80 root = __dirname wordy = true; ; // __dirname is the name of the directory that the currently executing script resides in.The third argument specified if it'll log all request.
If you want to use it with socket.io:
var server = 80 __dirname false; var io = ;CLI
Installation:
npm install fast-http-cli -gOptions:
-h, --help output usage information
-V, --version output the version number
-p, --port [number] specified the port
-w, --wordy specified if it'll log all request
Use:
fast-http