From f0d5df3d2afe7d1d7875e588fb2e0a3567b608cb Mon Sep 17 00:00:00 2001
From: orig <48911144+origranot@users.noreply.github.com>
Date: Wed, 5 Oct 2022 18:12:03 +0300
Subject: [PATCH] feat: add information about pm2 package (#2176)
---
.../content/113-nodejs-keep-app-running-prod/100-pm2.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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