Last Updated: February 25, 2016
·
613
· jonashartmann

Increase productivity with node-dev

Tired of restarting your node app every time you make changes to the backend? Or did you just realized that you forgot to restart it?

Using node-dev you don't need to worry about it anymore.

Quoting the author:

Node-dev is a development tool for Node.js that automatically restarts the node process when a script is modified.

What are your tips to increase productivity? ;)