To make it easier to build websites for Node.js, we've created a set of minimal libraries to get you going.
We opted to create smaller, decoupled libraries that allow the developer to mix and match depending on their needs.
All of our libaries are packaged for and distributed via npm.
Proton is a thin wrapper around node.
It allows you easily move your website between development and production.
Micro is a lightweight webapp framework. It provides a simple way to respond to URLs and serve static content like CSS and JavaScript files.
Spectrum is templating system with a small amount of syntax. It allows you use embedded JavaScript within your templates and provides some extra features for achieving reuse.
Litmus is a unit test tool with an emphasis on speed. It executes tests in parallel so that large test suites take seconds to run, not tens of seconds.