Node.js upstart vs forever

前端 未结 4 1543
不知归路
不知归路 2021-02-02 17:27

I am looking to daemonize my Node.js application. What\'s the difference between upstart and forever? Also, are there other packages I might want to considering looking at?

4条回答
  •  无人及你
    2021-02-02 18:09

    In 2017, alternatives could be :

    • pm2. Robust, strong community, production-grade solution. Can manage non-node scripts as well. My personal choice.
    • StrongLoop (slc). Node-only. Production-oriented as well, includes build/packaging, deployment to docker, load-balancing and profiling, but is more recent. Looks promising.

    Here is a (maybe biased) comparison of both with Forever.

提交回复
热议问题