Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add python_udp.py #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add python_udp.py #45

wants to merge 1 commit into from

Conversation

likai1995
Copy link

基于socket和udp协议实现简单的聊天室系统(多人群聊)
功能介绍:
1.进入聊天室时,判断用户名是否重复
2.某个成员进入聊天室后给其他所有所有成员发送消息
3.任何一个人发消息,其他人都会收到
4.某人退出聊天室,其他成员也会收到通知
5.服务器记录当前聊天室的人数

基于socket和udp协议实现简单的聊天室系统(多人群聊)
功能介绍:
1.进入聊天室时,判断用户名是否重复
2.某个成员进入聊天室后给其他所有所有成员发送消息
3.任何一个人发消息,其他人都会收到
4.某人退出聊天室,其他成员也会收到通知
5.服务器记录当前聊天室的人数
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant