diff --git a/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/100-pm2.md b/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/100-pm2.md index 999090dc3..3517d56a1 100644 --- a/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/100-pm2.md +++ b/content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/100-pm2.md @@ -1 +1,7 @@ -# Pm2 \ No newline at end of file +# Pm2 + +PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks. + +Free Content +Pm2 Website +Pm2 Official Documentations