From 70b5466315003b15b54d15ea36dbb3006569d83c Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 18 Sep 2025 16:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8A=A8=E4=BA=86readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/readme.md b/readme.md index ff708f7..35f5e58 100644 --- a/readme.md +++ b/readme.md @@ -9,20 +9,4 @@ - 实现功能菜单选择 - 实现登录注册的逻辑,可以与服务端通信 - -# 待实现的功能 - -## 服务端 - -- 将注册用户的信息持久化存储 -- 实现在线用户存活检测 - - 客户端3秒发送hello消息 - - 9秒未收到客户端的hello消息,判断该用户已经下线 -- 实现聊天功能 - - 将需要发送到对应客户端的消息存在客户端对象中 - - 当收到客户端hello消息的时候,将未读消息发送过去 - -## 客户端 - -- 发送聊天信息 -- 接受未读消息 \ No newline at end of file +- 实现了可以与在线用户互相聊天 \ No newline at end of file