Phase 17 · CI/CD & Deployment
TopicsPM2
Part of the Backend Developer Roadmap.
Summary
A production process manager for Node.js that keeps your app running, restarts it on crashes, and can run it in cluster mode across multiple CPU cores — a common choice for simpler, non-containerized deployments.
How to Learn This
- 1Run a Node app under PM2 and confirm it restarts automatically after a crash.
- 2Use PM2's cluster mode to run your app across all available CPU cores.
- 3Learn `pm2 logs` and `pm2 monit` for basic production monitoring.
More topics in CI/CD & Deployment
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.