Browse Source

update README.md.

Signed-off-by: blue <825657193@qq.com>
master
blue 3 years ago
committed by Gitee
parent
commit
6098079503
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 14
      README.md

14
README.md

@ -1,24 +1,16 @@
### 项目介绍
仿微信实现的网页版聊天软件,后端使用springboot+netty实现,前端使用vue。
目前是1.0.0版本,仅支持私聊文字消息,后续会陆续上线群聊、发送表情、图片等功能
仿微信实现的网页版聊天软件,后端使用springboot+netty实现,前端使用vue。支持私聊、群聊、离线消息、发送图片、文件、好友在线状态显示等功能,服务器支持集群化部署。
### 主要功能
目前功能:
- 好友在线状态显示
- 实时发送私聊消息,上线后自动接收离线消息
- 支持服务器集群化部署
#### 项目结构
| 模块 | 功能 |
|-------------|------------|
| im-platform | 与页面进行交互,处理业务请求 |
| im-server | 推送聊天消息 |
| im-common | 公共包
| im-server | 推送聊天消息|
| im-common |公共包
#### 安装教程

Loading…
Cancel
Save