This module provides process management capabilities for node based apps.
You can also find custom scripts for re-cluster based init script and git based deployment script for running node stuff in production.
var proc = require('proc-utils');
proc.init(app, options);