Releases: cedced19/fast-http
Releases · cedced19/fast-http
0.1.3
0.1.1 Do a beautiful code
Do a beautiful code.
Now you must add the path of the http server:
var server = require('fast-http'),
port = 80,
root = __dirname;
server(port, root);
// __dirname is the name of the directory that the currently executing script resides in.
To update fast-http from npm:
$ npm update --save fast-http
There are a CLI, to install fast-http-cli from npm:
$ npm install -g fast-http-cli
0.0.9
Now if you have a 404.html and 500.html at root of the project this page will be display, else a default text will be display.
To update fast-http from npm:
$ npm update --save fast-http
There are a CLI, to install fast-http-cli from npm:
$ npm install -g fast-http-cli