Skip to content

929467350/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在线聊天室

技术栈

前台:react+Ant Design
后台:express
通讯:socket.io

前台

cnpm install
npm start
open http://localhost:3000

后台

cd server & node app.js