Ellipse
It's a super-simplified web framework inspired by Express for those cases when you don't need templates, render engines and all the fancy stuff. A combination of a router, a middleware chain and a bunch of response helper utilities. Not more, not less.
Usage
var ellipse = app = app app app app
For more information, see the examples.
Installation
With npm:
npm install --save ellipse
With git:
git clone git://github.com/schwarzkopfb/ellipse.git