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
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.
Articles
12 articles in total
How to avoid God Class in OO Programming ?
read article
What design & build incrementally means in OO design Principle ?
read article
How to apply transparency in OO programming ?
read article
What simplicity means in OO design principles ?
read article
What are the characteristics of Object Oriented Design Principles ?
read article
What is Object Oriented Design(OOD)? Why use Object Oriented Design(OOD) Principles ?
read article
Error Handling with HTTP Error Response Generation in node.js Application
read article
Separate routing from business logic in node.js | Central response generation in node.js
read article
Manage Node applications using PM2
currently reading
How to add multiple routers in a node application without using app.use() for each router ?
read article
Generate human readable REST API document in NodeJs using an apidoc node module
read article
How would you access form data without using bodyParser ?
read article
Featured ones: