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.
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
- basicAuth
- bodyParser
- compress
- cookieParser
- cookieSession
- csrf
- directory
- errorHandler
- favicon
- json
- limit
- logger
- methodOverride
- multipart
- urlencoded
- query
- responseTime
- session
- static
- staticCache
- subdomains
- vhost
Running Tests
first:$ npm install -d
then:$ make test