mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 05:21:43 +02:00
feat: add information about pm2 package (#2176)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
# Pm2
|
||||
# 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.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://pm2.keymetrics.io/'>Pm2 Website</BadgeLink>
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://pm2.keymetrics.io/docs/usage/quick-start/'>Pm2 Official Documentations</BadgeLink>
|
||||
|
Reference in New Issue
Block a user