From d0d58321be9605fe699677f877613d7c1deff67b Mon Sep 17 00:00:00 2001 From: Aarti Verma <75892381+vermaaarti@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:14:58 +0530 Subject: [PATCH] Added content for Nodejs to keep app running prod along with blog links (#2338) * Added content for Nodejs to keep app running prod along with blog links * Update content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md Co-authored-by: Kamran Ahmed --- .../content/113-nodejs-keep-app-running-prod/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md b/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md index 5d1f1ce7d..62f6c6328 100644 --- a/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md +++ b/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md @@ -1 +1,6 @@ -# Nodejs keep app running prod \ No newline at end of file +# Keep your app running in Production + +PM2 lets you run your nodejs scripts forever. In the event that your application crashes, PM2 will also restart it for you. + +Free Content +Keep a node application constantly running