Hacker News new | ask | show | jobs
Managing Node.js processes: why do people still use pm2? (jrfom.com)
1 points by siamesedream 811 days ago
1 comments

Even though I use systemd to manage my primary node app, I started to use pm2 for new projects. It was just easier, better monitoring, cluster option, many easy to configure restart options. I don't think the article makes a good enough case to not use pm2.