chmac: node

Sort by: Date / Title / URL

  1. 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.
  2. http://howtonode.org/deploying-node-upstart-monit
    Handy article covering how to create an upstart script for nodejs, also applies to coffeescript.
  3. 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.
  4. http://coffeescriptcookbook.com/
    Awesome walkthrough of various coffeescript features / options / design patters, etc. Found it via the section on regexes, excellent, useful.
  5. 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.
  6. http://apptob.org/
    Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
  7. 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!
  8. http://square.github.com/cube/
    Cube is an open-source system for visualizing time series data, built on MongoDB, Node and D3.

First / Previous / Next / Last / Page 1 of 1