Logo

dev-resources.site

for different kinds of informations.

Manage Node applications using PM2

Published at
8/24/2021
Categories
node
webdev
pm2
Author
Dibyojyoti Sanyal
Categories
3 categories in total
node
open
webdev
open
pm2
open
Manage Node applications using PM2

What is PM2?

PM2 is a daemon process manager that helps micro service developers in node manage and keep applications online. Using PM2 is straightforward, it offers a simple and intuitive CLI. it is installable via NPM.

What it can do for us?

Using PM2 we can start, restart, stop, delete an node application. That means we can manage the application lifecycle of node applications using PM2. Feel free to read my blog for details with example.

Featured ones: