Skip to content

jchhh912/WebSocketDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

多人聊天室

使用Websocket来实现一个简单聊天室Demo

前端:Html + JS

后端:.Net 5

主要功能:

 - 进入房间
 
 - 广播信息(自动扩容缓存池,对缓存池限制)

 - 私发信息

 - 接收信息

 - 退出房间

 - 发送文件  ---> 未实现

Multiplayer chat rooms

Using Websocket to implement a simple chat room demo

User Interface: Html + JS

Backend: .Net 5

Main Function.

 - Access to the room
 
 - Broadcast messages(Automatic expansion of the cache pool and limits on the cache pool)

 - Sending private messages

 - Receive messages

 - Logging out of a room

 - Sending a file ---> not implemented

image

About

多人聊天室(Multi-person chat room)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published