Wednesday, February 1, 2017

NodeMon for monitorng Node.js applications


Nodemon: Monitors for any changes in node.js application and automatically restarts the server

Nodeman installation command
C:\Development\NodeProjects\bookstore>npm install -g nodemon



 You can see how Nodemon is monitoring the changes and restarting after the changes.


No comments:

Post a Comment