
Nodejs
chris_hee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows下安装npm和express
1.如果不能在线安装,可以下载npm的zip解压到本地,然后把下面的bin目录加入到path中。 2.搞定npm后,执行了npm install express -g,出错,“Error: connect Unknown system errno 10060”,由于公司在公司是用代理上网,所以执行npm config set proxy="xxxxx"和npm config set https_...原创 2012-05-28 15:22:39 · 176 阅读 · 0 评论 -
Node.js monitor工具比较
Nodeclipse在运行express时需要指定一个monitor工具,推荐安装的有forever, node-dev, nodemon和supervisor,google了下发现有同学已经比较过几个工具(http://strongloop.com/strongblog/comparison-tools-to-automate-restarting-node-js-server-after-c...原创 2014-06-26 11:51:44 · 806 阅读 · 0 评论