Node.js
February 2, 2010
Node.js is a relatively new project which implements a server side non blocking framework in JavaScript, which runs on Google's V8 JavaScript engine. It only works on Linux/Mac OSX type machines at the moment
To install
Here's how to install from source:
$ git clone git://github.com/ry/node.git $ ./configure $ make …