feat: add information about pm2 package (#2176)

pull/2181/head
orig 2 years ago committed by GitHub
parent dfea94c62f
commit f0d5df3d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/100-pm2.md

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

Loading…
Cancel
Save