Attention: if you attempt to fork this gist, github will think that you are a spammer and you will have to confirm that you are human with them. Apparantly there are too many links in this list. Also I update it rather frequently (see revisions on the left), so it's probably wise to not fork it anyway.
- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
 - Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
 - Felix's Node.js Guide
 - Creating a REST API using Node.js, Express, and MongoDB
 - Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
 - JavaScript Event Loop
 
 - Node.js for PHP programmers