码迷,mamicode.com
首页 > Web开发 > 详细

How do I get started with Node.js

时间:2015-12-03 02:13:46      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:

From: http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js

Tutorials

Developer Sites

Videos

Screencasts

Books

Courses

Blogs

Podcasts

JavaScript resources

Node.js Modules

Other

 

NSSM - the Non-Sucking Service Manager

nssm is a service helper which doesn‘t suck. srvany and other service helper programs suck because they don‘t handle failure of the application running as a service. If you use such a program you may see a service listed as started when in fact the application has died. nssm monitors the running service and will restart it if it dies. With nssm you know that if a service says it‘s running, it really is. Alternatively, if your application is well-behaved you can configure nssm to absolve all responsibility for restarting it and let Windows take care of recovery actions.

http://nssm.cc/

How do I get started with Node.js

标签:

原文地址:http://www.cnblogs.com/feixian49/p/5014878.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!