PM2
Node.js Production Process Manager with a built-in Load Balancer. (by Unitech)
supervisor
By petruisfan
PM2 | supervisor | |
---|---|---|
68 | 2 | |
42,118 | 3,752 | |
0.4% | 0.0% | |
7.7 | 0.0 | |
about 1 month ago | over 5 years ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PM2
Posts with mentions or reviews of PM2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-27.
-
Guia de Comandos PM2
GitHub: PM2 Repository
-
Deploying a React Watchlist Tracker App to Production Using DeployHQ
You can run the command pm2 status to check if both servers are online and running, as shown below. To learn about all of the other PM2 commands, read the documentation on PM2 Process Management Quick Start:
-
Why We Chose NGINX + HashiStack Over Kubernetes for Our Service Discovery Needs
For teams using NGINX+PM2, moving to NGINX + HashiStack is a more robust and flexible solution—a great fit for startups looking for scalability without the complexity of Kubernetes.
-
Practical Guide to Set Up Multiple NodeJS Apps on AWS EC2 Instance with Automatic Deployment using GitHub Actions (Screenshots)
PM2 Documentation - https://www.npmjs.com/package/pm2
- Stripe's Monorepo Developer Environment
-
Faster, Easier Deployments: How We Simplified Our Infrastructure with Nomad in 15 Hours (Goodbye, Kubernetes!)
What we wanted was something like a supercharged pm2, but multi-node with good support for both docker and binaries.
-
6 Repositories To Master Node.js
6. PM2
-
Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot
More pm2 commands here
-
Node.js PM2 Explained
Start by registering the app using the official guide.
-
Deploy Node.js applications on a VPS using Coolify
Run the application using PM2 (ref: Process manager for Node.js)
supervisor
Posts with mentions or reviews of supervisor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-22.
-
How to host SvelteKit SSR apps (GDPR-compliant)?
Other similiar tools are nodemon and supervisor.
-
Experience on PM2 Tricks to manage your NodeJs processes
Supervisor Supervisor process control system for UNIX
What are some alternatives?
When comparing PM2 and supervisor you can also consider the following projects:
Nodemon.io - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
forever - A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
Phusion Passenger - A fast and robust web server and application server for Ruby, Python and Node.js