What's this? A node.js library for supervisord. If you're not familiar with supervisord, it's much like forever, launchd, upstart+monit, etc. Requirements Node.js Supervisord NPM Installation npm install supervisord Example: var supervisord = require('supervisord'); var client = supervisord.connect('http://localhost:9001'); client.startProcess('my-app', function(err, result) { }); //return all