Node-dev is a development tool for Node.js that automatically restarts the node process when a script is modified.
Installation
npm install -g node-dev
Basic Usage
node-dev foo.js
Resources
Node-dev is a development tool for Node.js that automatically restarts the node process when a script is modified.
Installation
npm install -g node-dev
Basic Usage
node-dev foo.js
Resources