We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想在web的基础上做个手机版(android和ios),看了简聊通信使用的是primus+engine.io,我们想出了两种方案: 1.app端使用和web通信相同的方式,需要primus+engine.io的sdk(使用网上搜的sdk,貌似连不通)。 2.app使用native socket的方式,需要在简聊后端收到web消息后做个转发处理。 想了解下使用哪种方案最好,或者你们推荐的其它方案 再次感谢!
The text was updated successfully, but these errors were encountered:
https://github.com/jianliaoim/talk-android
Sorry, something went wrong.
No branches or pull requests
想在web的基础上做个手机版(android和ios),看了简聊通信使用的是primus+engine.io,我们想出了两种方案:
1.app端使用和web通信相同的方式,需要primus+engine.io的sdk(使用网上搜的sdk,貌似连不通)。
2.app使用native socket的方式,需要在简聊后端收到web消息后做个转发处理。
想了解下使用哪种方案最好,或者你们推荐的其它方案
再次感谢!
The text was updated successfully, but these errors were encountered: