Simple NodeJS Application Examples
Install Node.JS from their site, or use the source if you are daring enough.
$ git clone https://github.com/ponyfoo/learn-nodejs.git "node-samples"
Some of the examples need external npm
modules to be installed, just a simple command.
cd node-samples
npm install
Then run the example apps.
$ node modules/app.js
Woo!