http://jacobmumm.com/2011/08/29/node-as-a-service-in-ubuntu-11-04-with-upstart-monit-and-forever-js/
Useful article covering how to create an upstart script for nodejs, also applies to coffeescript. I didn't use this one so much, I used the other one, but this has some other useful info.
http://howtonode.org/deploying-node-upstart-monit
Handy article covering how to create an upstart script for nodejs, also applies to coffeescript.
http://www.giantflyingsaucer.com/blog/?p=3918
Useful article mixing restify, node.js and coffeescript. Very handy for the basic design patterns and language layouts, even if it's a really simple example.
http://coffeescriptcookbook.com/
Awesome walkthrough of various coffeescript features / options / design patters, etc. Found it via the section on regexes, excellent, useful.
http://howtonode.org/introduction-to-npm
Oustanding little introduction to npm and how to use it. One trick, give your user access to /usr/local/ or /usr/lib/node_modules/ so npm doesn't need sudo. Nice.
http://apptob.org/
Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
http://blog.joeandrieu.com/2012/01/30/the-worlds-simplest-autotweeter-in-node-js/
A really simple walkthrough of how an auto tweeting tool was created in node.js. Includes some useful links to node-oauth, forever (monit for node), and express, a web framework for node!
http://square.github.com/cube/
Cube is an open-source system for visualizing time series data, built on MongoDB, Node and D3.