beenjaminnn
beenjaminnn

Reputation: 794

Socket.io Java Client with support for 1.0.x

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.

Upvotes: 0

Views: 2620

Answers (1)

beenjaminnn
beenjaminnn

Reputation: 794

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.

Upvotes: 1

Related Questions