linux服务器安装peerjs 服务 用于p2p语音视频通话的服务。

正文开始

1.克隆源码到服务器的某个位置: ~

git clone https://github.com/peers/peerjs-server

2.安装 npm 、peer

yum install npm 以下是上面的git里的步骤 npm install peer -g peerjs --port 9000 --key peerjs --path /myapp

启动后显示: Started PeerServer on ::, port: 9000, path: /myapp (v. 0.6.1)

http://ip:9000/myapp It should returns JSON with name, description and website fields.

如果打不开,考虑一下:阿里云的安全组 加入9000端口; 还有宝塔的安全,添加端口。 以上两个端口都打开后,发现我的也可以打开了。

正文结束

Xshell实现Windows上传文件到Linux主机 Linux 系统中安装二进制的 Node.js 包【靠谱】linux安装nodejs