WebChat 用nodejs实现websocket多人聊天 安装 npm init -y npm install express ws 编写server.js并运行如下命令 node server.js 在WebChat目录下运行访问chat.html页面 运行如下命令在本地启动一个http服务器,python安装 python -m http.server 3000 http://localhost:3000/chat.html 功能 多人聊天