hip
v0.1.0
Published
minimal http server
Downloads
5
Readme
hip
minimal http server
preview, experimental, work in progress, etc, etc
usage
var hip = require('./')
hip(function(h) {
return 'hello thar'
}).listen(1080)
installation
$ npm install hip
running the tests
From package root:
$ npm install
$ npm test
contributors
- jden [email protected]
license
MIT. (c) 2013 jden [email protected]. See LICENSE.md