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.
2.1m questions
2.1m answers
60 comments
57.0k users