node.js教程

转:http://blog.csdn.net/qyf_5445/article/details/40506077

http://www.tuicool.com/search?t=1&kw=Nodejs%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0&lang=1&pn=1

linux下安装node.js

1、下载 wget http://nodejs.org/dist/v0.10.32/node-v0.10.32-linux-x64.tar.gz

2、解压 tar -xvf node-v0.10.32-linux-x64.tar.gz

3、编辑文件  

vi /etc/profile

文件末添加如下

export NODE_HOME=/opt/nodejs
export PATH=$PATH:$NODE_HOME/bin
export NODE_PATH=$NODE_HOME/lib/node_modules

4、配置文件生效 source /etc/profile

5、查看安装的版本:node -v

6、安装全局的 express 框架

npm install -g express

成功

node.js菜鸟教程

http://www.runoob.com/nodejs/

node.js爬虫

http://chenxi.name/60.html

get和post方法

http://www.kisshc.com/nodejs-3/

    A+
发布日期:2016年07月31日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: