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

使用engine.io-client怎么连接简聊服务 #19

Open
dereksn opened this issue Jul 23, 2016 · 2 comments
Open

使用engine.io-client怎么连接简聊服务 #19

dereksn opened this issue Jul 23, 2016 · 2 comments

Comments

@dereksn
Copy link

dereksn commented Jul 23, 2016

我知道简聊的实时通讯框架是基于primus+engine.io的。我现在需要开发一个简聊的android客户端,但苦于没有primus的java客户端可用,我决定使用engine.io的客户端直接连接,方案应该是没问题的吧?我使用primus+engine.io搭建了一个简易的server,engine.io-client-java库能连接到(创建Socket时的URL形式为:http://host:port;同时需要在Socket.Option.path中写入“/primus"方可连接到)。但使用同样的客户端代码却连接不到简聊的通讯服务(Socket.Option.path我尝试了”/primus"、“/snapper/primus"都不行)。能否给与帮助,各位?

@wlanjie
Copy link

wlanjie commented Jul 26, 2016

@dereksn https://github.com/jianliaoim/talk-android Android端开源了

@dereksn
Copy link
Author

dereksn commented Jul 27, 2016

Thank you very much!

On Jul 26, 2016, at 16:52, wlanjie <[email protected] mailto:[email protected]> wrote:

@dereksn https://github.com/dereksn https://github.com/jianliaoim/talk-android https://github.com/jianliaoim/talk-android Android端开源了


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #19 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AEv_5SML20o3NuHUqb9osHgbO5sQoldqks5qZcrXgaJpZM4JTPox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants