Node.js

TwitterFacebook
Get flash to fully experience Pearltrees
http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever One of the great benefits of using node.js is the reduction in dependencies needed to run a production web application.

Keep a node.js server up with Forever - blog

Created by Ryan Dahl in 2009, Node.js is a relatively new technology which has gained a lot of popularity among Web developers recently. However, not everyone knows what it really is. Node.js is essentially a server-side JavaScript environment that uses an asynchronous event-driven model. http://coding.smashingmagazine.com/2011/09/16/useful-node-js-tools-tutorials-and-resources/

Useful Node.js Tools, Tutorials And Resources - Smashing Coding

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

Installing Node.js via package manager - GitHub

The packages on this page are maintained and supported by their respective packagers, not the node.js core team.

Learning Server-Side JavaScript with Node.js

Node.js is all the buzz at the moment, and makes creating high performance, real-time web applications easy. It allows JavaScript to be used end to end, both on the server and on the client. http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/