I am Learn.i.ng

Deploying Node.JS application with PM2

A process manager ensures that your application runs efficiently on the server. In this post, I will explain how to deploy your Node.JS project to production using PM2. PM2 is a daemon process manager with a built-in load balancer that keeps your application running even when you are not logged into the server. Prerequisites A Node.JS project Linux-based web server. I recommend using Ubuntu although the screenshots used are from …  continue reading