Browse Source
update README.md.
Signed-off-by: blue <825657193@qq.com>
master
blue
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -78,9 +78,9 @@ npm run serve |
|
|
|
|
|
|
|
|
|
|
|
#### 快速接入 |
|
|
|
消息推送的代码已经进行了client sdk封装(当然依旧是开源的),对于需要接入im-server的小伙伴,可以按照下面的教程快速的IM功能集成到自己的项目中。 |
|
|
|
消息推送的请求代码已经封装在im-client包中,对于需要接入im-server的小伙伴,可以按照下面的教程快速的IM功能集成到自己的项目中。 |
|
|
|
|
|
|
|
注意服务器端和网页端都需要进行接入,服务器发送消息,网页端接收消息。 |
|
|
|
注意服务器端和网页端都需要接入,服务器端发送消息,网页端接收消息。 |
|
|
|
|
|
|
|
4.1 服务器端接入 |
|
|
|
引入pom文件 |
|
|
|
|