Ask HN: How do you deploy your Node.js back ends?
- 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?
4 comments
[ 2.7 ms ] story [ 18.9 ms ] threadFor my own projects, I just use an AWS instance with nginx proxying to node.js. The minimum number of moving parts.