0.0.1 • Published 10 years ago

hydro-http-server v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

NPM
version Build Status Coverage Status

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-server

Tests

$ npm test

License

The MIT License (see LICENSE)