Quantcast
Channel: Howtoforge Linux Howtos und Tutorials
Viewing all articles
Browse latest Browse all 2845

How to deploy Node.js Applications with pm2 and Nginx on Ubuntu

$
0
0
pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. In this tutorial, I will show you how to install and configure pm2 for the simple 'Express' application and then configure Nginx as a reverse proxy for the node application that is running under pm2.

Viewing all articles
Browse latest Browse all 2845

Trending Articles