Skip to content

mgqonline/WebChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

功能

  • 多人聊天

About

用nodejs实现websocket多人聊天

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published