How to use PM2 (process manager) with Strapi

How to use the PM2 process manager with Strapi Process managers allow you to keep your Strapi application running and to reload it without downtime. The following documentation uses the PM2 process manager and describes: installing PM2, starting Strapi using a server.js file, starting Strapi usin…