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
2
Commits
1
Branch
0
Tags
56e4bd1c88f96969627b9d2f1afe11d9be9f970e
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Aaron
56e4bd1c88
修改了readme
2025-09-16 16:21:46 +08:00
client1.py
first commit
2025-09-16 16:07:48 +08:00
client2.py
first commit
2025-09-16 16:07:48 +08:00
readme.md
修改了readme
2025-09-16 16:21:46 +08:00
server.py
first commit
2025-09-16 16:07:48 +08:00
readme.md
Unescape
Escape
目前开发进度
服务端
可以实现接受用户的登录注册请求
并且可以显示注册用户和当前在线用户
客户端
实现功能菜单选择
实现登录注册的逻辑,可以与服务端通信
待实现的功能
服务端
将注册用户的信息持久化存储
实现在线用户存活检测
客户端3秒发送hello消息
9秒未收到客户端的hello消息
,
判断该用户已经下线
实现聊天功能
将需要发送到对应客户端的消息存在客户端对象中
当收到客户端hello消息的时候
,
将未读消息发送过去
客户端
发送聊天信息
接受未读消息
Description
Python实现的聊天室功能,附带注册和登录
Readme
32
KiB
Languages
Python
100%