wschat:通过websockets与你的朋友聊天

基本的Websockets多用户聊天将浏览器和终端中的多个客户端连接到一个聊天服务器。安装git clone https://github.com/sean-west/wschat.git cd wschat npm install服务器这将默认侦听端口3000 node server.js客户默认情况下,这将连接到3000上的localhost。节点您可以将IP地址或主机名作为参数传递以连接到远程聊天服务器。 node client_node.js [hostname]浏览器将ip变量更改为远程服务器ip地址以连接到该聊天服务器open client_browser.html
zip
wschat-master.zip 预估大小:8个文件
folder
wschat-master 文件夹
file
package.json 145B
file
client_browser.js 745B
file
readme.md 633B
file
client_browser.html 292B
file
server.js 507B
file
server_one_to_many.js 309B
file
client_node.js 327B
file
client_browser.css 581B
zip 文件大小:3.2KB