Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 3.68 KB

pm2.md

File metadata and controls

60 lines (45 loc) · 3.68 KB

Bookmarks tagged [pm2]

https://www.codepedia.org/ama/my-troubles-getting-to-run-a-node-application-with-pm2-in-cluster-mode...

In this blog post I will list of the trouble I went through getting to run PM2 in cluster mode on an Ubuntu system, on which I had Node.js both standalone installed and managed with NVM.


https://pm2.io/blog/2018/04/20/Node-js-clustering-made-easy-with-PM2

How to start NodeJS in Cluster mode with PM2:


https://www.freecodecamp.org/news/scaling-node-js-applications-8492bd8afadc/

Scalability in Node.js is not an afterthought. It’s something that’s baked into the core of the runtime. Node is named Node to emphasize the idea that a Node application should comprise multiple small...


http://strong-pm.io/compare/

Strongloop comparison with pm2 and Forever


https://expressjs.com/en/advanced/pm.html

When you run Express apps for production, it is helpful to use a process manager to achieve the following tasks:


https://expressjs.com/en/advanced/best-practice-performance.html

This article discusses performance and reliability best practices for Express applications deployed to production.

This topic clearly falls into the “devops” world, spanning both traditional developm...


http://pm2.io/

Production process manager for Node.js apps with a built-in load balancer.

Starting an application in production mode is as easy as: