nodejs
wyf2005
:-)
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用 node-inspector调试nodejs应用程序
1、npm install node-inspector 2、启动 node-inspector ~/$ node-inspector info - socket.io started visit http://0.0.0.0:8080/debug?port=5原创 2011-09-14 08:50:16 · 2411 阅读 · 0 评论 -
ubuntu 配置nodejs
1、安装开发工具sudo apt-get install build-essential sudo apt-get install g++ curl libssl-dev apache2-utils 2、安装git sudo apt-get install git-core 3、下载node并编译 git clone git://github.com/joyent转载 2011-10-27 11:27:56 · 2728 阅读 · 0 评论
分享