Managing Python Flask App with PM2
Pm2 is a production ready process manager that allows you to manage your applications during production. It is written in node.js however it can also be used to manage and monitor both node.js apps as well as python apps. In this tutorial we will explore how to use Pm2 to manage and monitor a python …


