首页 > 其他 > 详细

keep running

时间:2017-03-20 14:01:37      阅读:152      评论:0      收藏:0      [点我收藏+]

    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

原文:http://www.cnblogs.com/goldengallo/p/6587862.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!