Nitro

Nitro provides a library of carefully designed middleware and utilities for creating scalable, standards-compliant Web Applications with JavaScript. Nitro is build on top of Jack, Narwhal/CommonJS and Rhino.

A Nitro Web Application is a collection of resources that respond to standard HTTP methods. Static resources are served by the front facing web server. Dynamic resources are computed by corresponding JSGI applications.