Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joseph Olayanju 24f2d2c12b
Add content for keep app running in node.js (#2424)
2 years ago
..
100-nodemon.md Add nodemon content (#1786) 2 years ago
readme.md Add content for keep app running in node.js (#2424) 2 years ago

readme.md

Keep App Running

In Node.js, you need to restart the process to make changes take effect. This adds an extra step to your workflow. You can eliminate this extra step by using nodemon to restart the process automatically.