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
1
Commit
1
Branch
0
Tags
07a4b175cb6de60e81f66f12eac44a698b6d9498
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
07a4b175cb
first commit
2025-09-16 16:07:48 +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
first commit
2025-09-16 16:07:48 +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
29
KiB
Languages
Python
100%