0.1.0 • Published 11 years ago

hip v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

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

license

MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md

0.1.0

11 years ago