摘要: A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).一个非常简单的CLI工具,让你的程序持续运行。安装forever: https://github.com/nodejitsu/forever$ [sudo] npm install forever -gDemo: 进程重启超过5次后将不再运行$ forever examples/error-on-timer.js -m 5forever-webuiA simple web UI for efficient nodejs admi 阅读全文
posted @ 2012-01-06 14:43 panzulong 阅读(442) 评论(0) 推荐(0) 编辑
摘要: http://reader.youdao.com/sharelite?itemId=-5556712682794692835&method=viewSharedItemThroughLink&sharedBy=-11378457671170 阅读全文
posted @ 2012-01-06 14:28 panzulong 阅读(78) 评论(0) 推荐(0) 编辑
摘要: npm install -g nodemonnodemon app.jsUsing nodemon means you don’t have to restart your app each time you make a change. For more infomation on nodemon see the README 阅读全文
posted @ 2012-01-06 14:04 panzulong 阅读(244) 评论(0) 推荐(0) 编辑