This website requires JavaScript.
Explore
Help
Sign In
aaronxu
/
python-chatroom
Watch
1
Star
0
Fork
0
You've already forked python-chatroom
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
ad9142dced062a77de9cf778a7004f4db9c203aa
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Aaron
ad9142dced
实现了聊天功能
2025-09-18 16:55:35 +08:00
client1.py
实现了聊天功能
2025-09-18 16:55:35 +08:00
client2.py
实现了聊天功能
2025-09-18 16:55:35 +08:00
readme.md
修改了readme
2025-09-16 16:21:46 +08:00
server.py
实现了聊天功能
2025-09-18 16:55:35 +08:00
readme.md
Unescape
Escape
目前开发进度
服务端
可以实现接受用户的登录注册请求
并且可以显示注册用户和当前在线用户
客户端
实现功能菜单选择
实现登录注册的逻辑,可以与服务端通信
待实现的功能
服务端
将注册用户的信息持久化存储
实现在线用户存活检测
客户端3秒发送hello消息
9秒未收到客户端的hello消息
,
判断该用户已经下线
实现聊天功能
将需要发送到对应客户端的消息存在客户端对象中
当收到客户端hello消息的时候
,
将未读消息发送过去
客户端
发送聊天信息
接受未读消息
Description
Python实现的聊天室功能,附带注册和登录
Readme
29
KiB
Languages
Python
100%