Running and managing nodejs applications on single server

前端 未结 5 667
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 21:19

Is there a good way to run and manage multiple nodejs apps on a single server?

I\'ve been looking at haibu and nodester, but they seem a little complex for what I am try

5条回答
  •  Happy的楠姐
    2021-01-31 21:52

    We're constantly trying to improve forever and haibu at Nodejitsu. Seems like the approach you're looking for here is a .forever configuration file for complex options. This feature has been on our backlog for a while now

    https://github.com/nodejitsu/forever/issues/124

    Check back. I consider it pretty high priority after the next round of performance improvements.

提交回复
热议问题