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
Joseph Olayanju 2 years ago committed by GitHub
parent 95724f621a
commit 24f2d2c12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md

@ -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…
Cancel
Save