Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 341 Bytes

MiniChat

使用react+socket.io实现的简易聊天程序

Start

npm start --prefix ./client
npm run dev --prefix ./server

Add Conversation/Contact

image

Send Messages

image


1kuzus