问题描述
我写一个Android应用程序,连接到服务器使用socket.io(v1.0.4)。是否有一个socket.io Java客户端,在那里,与socket.io V1.0的作品?
我本来使用的
提供一些其他库
索赔1.0被支持,但似乎有一些issues它的。
我工作运行socket.io 1.0.6我的服务器上。如果你不使用Maven,你必须安装相当多的依赖关系。
我回答了这个问题的重复。
I am writing an Android app that connects to a server using socket.io (v1.0.4). Is there a socket.io Java client out there that works with socket.io v1.0?
I was originally using the Gottox solution but it only seems to work with socket.io <= v0.92.
Some other libraries available
nkzawa's claims to be supported for 1.0 but there seem to be some issues with it.
I got nkzawa's solution working on my server running socket.io v1.0.6. If you aren't using Maven you have to install quite a few dependencies.
I answered this question's duplicate here.
这篇关于Socket.io Java客户端与1.0.x的支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!