Autostart using PM2



PM2 is an advanced process manager for NodeJS applications that allows you quickly start, control, or stop your node processes. It runs as a daemon on the server and will make sure your app is available 24/7/365! Getting started with PM2 is straightforward, it is offered as a simple and intuitive CLI, installable via NPM.