博客初期准备使用的通讯,后被荒废。
使用的是nodejs-websocket,未使用socket.io
用来玩玩的东西,了解下通讯协议。
git地址:https://github.com/Amayaliu/AmayaChatRoom.git
博客地址:Amayaliu.cn
运行后,即可打开index.html文件浏览,亦可打开 127.0.0.1:4399 端口访问,对话可选择多打开几个
服务器部署: 首先把 app.js 文件部署到服务器,服务器 需安装node
安装pm2并启动nodejs的项目