Total Pageviews

Friday 25 October 2013

Connect

https://github.com/senchalabs/connect

Connect is an extensible HTTP server framework for node, providing high performance "plugins" known as middleware.
Connect is bundled with over 20 commonly used middleware, including a logger, session support, cookie parser, and more. Be sure to view the 2.x documentation.

Middleware

Running Tests

first:
$ npm install -d
then:
$ make test