pm2.md

July 15, 2021 · View on GitHub

Bookmarks tagged [pm2]

www.codever.land/bookmarks/t/pm2

My troubles getting to run a Node application with PM2 in cluster mode with NVM – CodepediaOrg

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.


PM2 - Node.js clustering made easy with PM2

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

How to start NodeJS in Cluster mode with PM2:


Scaling Node.js Applications

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


StrongLoop Process Manager

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

Strongloop comparison with pm2 and Forever


Process managers for Express apps

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:


Performance Best Practices Using Express in Production

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


PM2 - Advanced Node.js process manager

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: