Skip to content

Releases: cedced19/fast-http

0.1.3

14 Aug 12:10
Compare
Choose a tag to compare

This version remove nodemon and fb-flo from cli and add wordy option

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.1.1 Do a beautiful code

17 Nov 20:02
Compare
Choose a tag to compare

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

21 Aug 15:18
Compare
Choose a tag to compare

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

0.0.7

19 Aug 13:32
Compare
Choose a tag to compare

This version fix a bug.

To update fast-http from npm:

$ npm update --save fast-http

0.0.6

18 Aug 11:45
Compare
Choose a tag to compare

This version use simple cote and add content types.

To update fast-http from npm:

$ npm update --save fast-http

0.0.3

25 Jul 07:46
Compare
Choose a tag to compare

This version simpify code.

To update fast-http from npm:

$ npm update --save fast-http

0.0.1

24 Jul 08:03
Compare
Choose a tag to compare

This is the first version.

To install fast-http from npm:

$ npm install --save fast-http