keep running
Posted 白衣胜雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了keep running相关的知识,希望对你有一定的参考价值。
nohup node server.js &
"I wanted to add that the accepted answer is really the way to go. I‘m using forever on instances that need to stay up. I like to do npm install -g forever
so it‘s in the node path and then just do forever start server.js"
refer to http://stackoverflow.com/questions/4018154/node-js-as-a-background-service
以上是关于keep running的主要内容,如果未能解决你的问题,请参考以下文章