Is there any Socket.IO-client available for Java? So far I have only found the official Socket.IO client which is only available for JavaScript and socket.io-java which is o
Judging from http://socket.io under "Supported Transports" it could be several different transport protocols:
WebSocket, Adobe® Flash® Socket, AJAX long polling, AJAX multipart streaming, Forever Iframe, JSONP Polling
So, the question is, what is your server supporting?
From the perspective of Java clients the easiest would be WebSockets.