Hacker News new | ask | show | jobs
Ask HN: Who uses pm2 for production deployment?
2 points by chinmays 564 days ago
A very common tech stack when deploying on AWS us using pm2. - Till what scale do you usually end up using pm2 before moving to K8s? - Do you use pm2 only for nodejs applications, or for above languages too? - Are there better alternatives to pm2?
1 comments

i switched to systemd from pm2
what are the benefits?
It’s a system level command so you can log it and auto restart etc. pm2 is still good but I don’t know if it’s needed anymore at least on Linux.