Thursday, June 27, 2013

node.js supervisor

Node Supervisor is used to restart programs when they crash.
It can also be used to restart programs when a *.js file changes.

Installation:
$ sudo npm install supervisor -g

Usage:
$ supervisor [options] <program>

No comments:

Post a Comment