hydro-http-server
0.0.1 • Public • Published

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){},
port: 3003,
timeout: 100
}
});
Installation
npm:
npm install hydro-http-server
Tests
License
The MIT License (see LICENSE)
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads