1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

feat: add information about pm2 package (#2176)

This commit is contained in:
orig 2022-10-05 18:12:03 +03:00 committed by GitHub
parent dfea94c62f
commit f0d5df3d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>