What's the best way to start and keep Node running?
http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forev...
https://github.com/luxdelux/restarter
https://github.com/pgte/fugue
It launches a master process which forks and manages child worker processes and talks to them over a socket.