How to achieve truly zero downtime deployment using pm2?
If you are running any Node/Express apps in production, you are most likely using PM2 to manage them. One of the cool features of pm2 is that it lets you run your app in cluster mode with multiple instances. One of the benefits of this approach is th...
sandeep.dev2 min read
Yashu Mittal
Full Stack Dev
Can you share your thoughts on pm2 file based configuration?