diff --git a/content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md b/content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md index 0ba93171a..205a52193 100644 --- a/content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md +++ b/content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md @@ -1 +1,3 @@ -# Nodejs keep app running \ No newline at end of file +# 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.