How do I run a node.js app as a background service?

前端 未结 26 1463
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 05:28

Since this post has gotten a lot of attention over the years, I\'ve listed the top solutions per platform at the bottom of this post.


Original post

26条回答
  •  借酒劲吻你
    2020-11-22 06:21

    Check out fugue! Apart from launching many workers, you can demonize your node process too!

    http://github.com/pgte/fugue

提交回复
热议问题