mirror of
https://gitee.com/xchao/j-im.git
synced 2024-12-02 20:08:23 +08:00
更新 README.md
This commit is contained in:
parent
a220a4ff15
commit
d3e743642f
12
README.md
12
README.md
@ -103,6 +103,15 @@
|
||||
```
|
||||
请求:COMMAND_GET_MESSAGE_REQ(19) 响应:COMMAND_GET_MESSAGE_RESP(20)
|
||||
|
||||
## 引入J-IM (快速开发自己的高性能IM服务器)
|
||||
- 在你的pom.xml中加入如下代码片段
|
||||
```
|
||||
<dependency>
|
||||
<groupId>org.j-im</groupId>
|
||||
<artifactId>jim-server</artifactId>
|
||||
<version>1.0.0.v20180413-RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
## 性能
|
||||
性能不用说,去参考[t-io性能指标](http://gitee.com/tywo45/t-io#%E6%9E%81%E9%9C%87%E6%92%BC%E7%9A%84%E6%80%A7%E8%83%BD),相关版本第一时间与tio保持同步更新!
|
||||
|
||||
@ -122,9 +131,6 @@
|
||||
|
||||
![输入图片说明](https://gitee.com/uploads/images/2017/0830/190428_474270ae_410355.jpeg "tio-im-3.jpg")
|
||||
|
||||
## 说明
|
||||
J-IM会有一个成长过程,一如t-io的发展历程,会从丑小鸭变成天鹅的,希望大家多提意见!
|
||||
|
||||
## 鸣谢
|
||||
[t-io不仅仅百万并发框架](https://gitee.com/tywo45/t-io)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user