Add content for keep app running in node.js (#2424)
* Update readme.md * Update content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2431/head^2
parent
95724f621a
commit
24f2d2c12b
1 changed files with 3 additions and 1 deletions
@ -1 +1,3 @@ |
||||
# Nodejs keep app running |
||||
# 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. |
||||
|
Loading…
Reference in new issue