Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket客户端也没开源啊 #30

Open
wyxuan opened this issue Dec 23, 2023 · 1 comment
Open

WebSocket客户端也没开源啊 #30

wyxuan opened this issue Dec 23, 2023 · 1 comment

Comments

@wyxuan
Copy link

wyxuan commented Dec 23, 2023

使用WebSocket能够更好的支持web端,所以客户端也直接用WS,MobileIMSDK也没开源还是客户端就不支持WS

@JackJiang2011
Copy link
Owner

JackJiang2011 commented Mar 8, 2024

MobileIMSDK服务端默认就支持tcp、udp、WebSocket 3种协议。

对应的客户端使用的协议情况,如下图所示:

目前支持的所有客户端类型如下:

  1. Android客户端SDK:用于Android版即时通讯客户端,支持Android 4.0及以上,查看API文档
  2. iOS客户端SDK:用于开发iOS版即时通讯客户端,支持iOS 9.0及以上,查看API文档
  3. Java客户端SDK:用于开发跨平台的PC端即时通讯客户端,支持Java 1.6及以上,查看API文档
  4. H5客户端SDK:暂无开源版,查看精编注释版
  5. 微信小程序端SDK:暂无开源版,查看精编注释版
  6. Uniapp端SDK:暂无开源版,查看精编注释版
  7. 服务端SDK:用于开发即时通讯服务端,支持Java 1.7及以上版本,查看API文档

👉 以上客户端中,H5端、小程序端Uniapp端暂时只有精编版。原因是想在做开源的同时获得一点点收益,算是有点私心,希望谅解。

Repository owner deleted a comment from SuperKoier Mar 8, 2024
Repository owner deleted a comment from SuperKoier Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants