hydro-http-server
v0.0.1
Published
[](http://badge.fury.io/js/hydro-http-server) [](http://travis-ci.org/hydrojs/hydro-http-server) [](https://coveralls.io/r/hydrojs/hydro-http-server?branch=master)
Readme
hydro-http-server
Synopsis
Launch and stop HTTP Server before/after each tests.
Usage
Config:
hydro.set({
plugins: ['hydro-http-server'],
httpServer: {
app: function(req, res){}, // request handler, could be express, connect etc.
port: 3003, // server port, default: 3003, optional
timeout: 100 // server timeout, default: 100, optional
}
});Installation
npm:
npm install hydro-http-serverTests
$ npm testLicense
The MIT License (see LICENSE)



