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.
- 📆 published on: 2020-09-08
- tags: node.js, cluster-computing, pm2, nvm
https://pm2.io/blog/2018/04/20/Node-js-clustering-made-easy-with-PM2
How to start NodeJS in Cluster mode with PM2:
- tags: node.js, pm2, cluster-computing, cluster-management, scalability
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...
- 📆 published on: 2017-07-13
- tags: node.js, scalability, pm2
Strongloop comparison with pm2 and Forever
- tags: expressjs, pm2, strongloop, 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:
- Restart the app automatically if it crashes.
- Gain insights into runtime performanc...
- tags: expressjs, pm2, strongloop, forever, systemd
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...
- tags: expressjs, devops, error-handling, async-await, pm2
Production process manager for Node.js apps with a built-in load balancer.
Starting an application in production mode is as easy as:
- tags: node.js, pm2, dev-tools
- source code