Ask HN: How do you deploy your Node.js back ends?
https://news.ycombinator.com/item?id=18275381- Strong-PM seems abandoned since the IBM aquisition, with no fork emerging.
- PM2 feels a bit fragile (and has over 500 open issues on github).
- There's always docker with the surrounding tooling, but that seems like massive overkill for running a bunch of nodejs apps.
Given the popularity of nodejs, there must be something obvious I am missing?