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
If you need a client side implementation, checkout java-socket.io.client I made it a few months ago and I believe some people have forked it and upgraded it to the latest version:
https://github.com/clwillingham/java-socket.io.client