Articles by Tag #pm2

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Host Multiple Node Apps with nginx, pm2 with SSL certificate

Hey Developers, If you're planning to host a Node.js application, or multiple Node.js applications,...

Learn More 21 2Jul 8 '24

Setting Up PM2 for Multi-User Access on Ubuntu Instance

Managing Node.js applications on a production server often requires a process manager to ensure your...

Learn More 8 0Aug 27 '24

Scaling Your Node.js App with PM2: Cluster Mode vs Fork Mode

If you’re building a production-grade Node.js application, you’ve probably heard of PM2 — a powerful...

Learn More 5 0Apr 28

Using Screen and PM2 for Deploying, Debugging, and Running NestJS in Production

Deploying a NestJS application in a production environment involves ensuring stability, security, and...

Learn More 3 0Jul 22 '24

Mastering PM2: Optimizing Node.js and Next.js Applications for Performance and Scalability

In today's high-traffic web applications, ensuring smooth performance for projects like Next.js is...

Learn More 3 0Oct 9 '24

Monitoring PM2 in production

In large-scale Node.js production environments, monitoring multiple applications can become...

Learn More 1 0Nov 1 '24

Manual deployment of NestJS and Angular applications on a dedicated server via "Docker Compose" and "PM2"

We buy a dedicated server and configure SSH access to it from a local computer. Adding...

Learn More 1 0Aug 22 '24

Using pm2 to Manage Node.js Applications

The Problem When I first encountered Node.js and also learned how to use Linux, nodemon...

Learn More 1 0Aug 2 '24

PM2 Integration with Jenkins on Windows — Observations and Alternative Recommendations

Hit a wall trying to run PM2 within Jenkins on a Windows machine 😅 After testing PM2, Forever, NSSM,...

Learn More 1 0Apr 17

🚀 Deploying Node.js Application with PM2, NGINX, and SSL Configuration 🚀

Today, I deployed a new Node.js app on AWS using a smooth setup process with Node.js, PM2, NGINX, and...

Learn More 1 0Oct 7 '24

Guia de Comandos PM2

Introdução O PM2 é um gerenciador de processos para aplicações Node.js em ambiente de...

Learn More 0 0Nov 27 '24

An example of a simple update of NestJS-mod libraries

When writing the last post, I found small errors and urgently fixed them. NestJS-mod decided to...

Learn More 0 0Aug 15 '24

Deploy NestJS and NextJS application in same server using pm2 and Nginx

NextJS is a popular framework of React for Frontend Web Development. NestJS is another popular...

Learn More 0 0Jan 2

Managing PM2 Logs: Preventing Performance Issues in Node.js Applications

If you're running Node.js applications in production, you've probably encountered PM2, the popular...

Learn More 0 0Feb 28

Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose

To run the built applications in PM2 mode, the frontend will be embedded in the backend in the form...

Learn More 0 0Aug 20 '24