# Blog

## Manage Python Processes

With PM2, rolling restarts, monitoring, checking logs and even deploying application has never been that simple

[Read more](https://pm2.io/blog/2018/09/19/Manage-Python-Processes "Register Now")

## 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](https://pm2.io/blog/2018/09/13/Brave-New-PM2 "Register Now")

## 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](https://pm2.io/blog/2018/07/03/From-Keymetrics-To-PM2 "Register Now")

## 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](https://pm2.io/blog/2018/05/31/PM2-Setup-and-Deployment-with-Ecosystem-Configuration "Register Now")

## 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](https://pm2.io/blog/2018/04/20/Node-js-clustering-made-easy-with-PM2 "Register Now")

## 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](https://pm2.io/blog/2018/03/12/JSON-Micro-Service-configuration-with-PM2 "Register Now")

## Installing Node.js with NVM

NVM is a great tool that enables the user to switch beetween differents versions of Node.js.

[Read more](https://pm2.io/blog/2018/02/19/Installing-Node-js-with-NVM "Register Now")
