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
You can use socket.io-client.java.
See this link for src code.
You can also find a tutorial here