How to properly handle Node express graceful shutdown
If you’re building something in backend using Node.js, There’s a good chance that you’re using express.js. Express.js is most popular http framework know for being fast, unopinionated, and feature complete library. One thing developers need to handle properly when using express with process managers like pm2, forever etc, when these process managers send shutdown signal, … Read more