安装 淘宝镜像 npm install express --registry=https://registry.npm.taobao.org var app = require('http').createServer(handler), io = require('socket.io').listen(app), fs = require('fs')app.listen(808…
安装 淘宝镜像 npm install express --registry=https://registry.npm.taobao.org var app = require('http').createServer(handler), io = require('socket.io').listen(app), fs = require('fs')app.listen(808…
1、软件环境: Centos7、VMware 10.0、NodeJS v0.10.24 2、首先确认有nodejs编译及依赖相关软件,如果没有可通过运行以下命令安装。 [root@localhost sharing]# yum -y install gcc gcc-c++ openssl-devel 3、下载NodeJS源码包并解压。 [root@localhost sharing]#&nb…