Hacker News new | ask | show | jobs
by onion2k 2790 days ago
I use PM2. It's very good, and it keeps things in the node ecosystem.
1 comments

Pm2 isn't the best tool we could have, but it's probably the best one existing.

To all future users: don't call `pm2 start ...` too often one by one (like in .sh script) - it won't start all of these, just some of them (at least on raspberry, maybe faster cpu helps here), use "ecosystem" feature for starting multiple services