CommonJs
摘要:关于CommonJs,http://raychase.iteye.com/blog/1463617,http://arstechnica.com/business/2009/12/commonjs-effort-sets-javascript-on-path-for-world-domination/官网,http://wiki.commonjs.org/wiki/CommonJS
阅读全文
centos上安装node.js和npm步骤
摘要:1. 安装g++: yum install gcc gcc-c++ (可能需要先执行:yum -y install gcc automake autoconf libtool make,我公司电脑上没执行这个)2. 下载node.js对应源码包,解压缩(tar -zxvf *.tar.gz);3. cd到node源码目录后,依次执行: ./configure make make install4. 安装nodemon: npm install -g nodemon
阅读全文
Node.js资料
摘要:http://developer.51cto.com/art/201109/290443.htmhttp://www.nodebeginner.org/index-zh-cn.htmlnode 各种modules大全:https://github.com/joyent/node/wiki/modules
阅读全文