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
用户评论