Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
560 B

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