Blog

Manage Python Processes
With PM2, rolling restarts, monitoring, checking logs and even deploying application has never been that simple
Read more
Brave New PM2
It's been 5 years that my brain is branded PM2. Five years I'm thinking everyday about how I can help Node.js users worldwide with a set of tools that users would love
Read more
From Keymetrics to PM2+
It's been an amazing journey to build Keymetrics and PM2 through the last 5 years. I've started to create PM2 when Node.js was at the beginning of its fame, then Keymetrics was built a year after
Read more
PM2 Setup and Deployment with Ecosystem Configuration
We announced it at NodeJS paris meetup and we did it! For the release of PM2 0.9.xa new awesome and simple feature will make your life much easier
Read more
Node.js clustering made easy with PM2
As you would probably know, Node.js is a platform built on Chrome's JavaScript runtime, gracefully named V8. The V8 engine, and hence Node.js, runs in a single-threaded way, therefore, doesn't take advantage of multi-core systems capabilities
Read more
JSON Micro-Service configuration with PM2
As you already know, PM2 is a production process manager. In this post I will show you how and why PM2 is best fit to deploy microservices-oriented applications.
Read more
Installing Node.js with NVM
NVM is a great tool that enables the user to switch beetween differents versions of Node.js.
Read more