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 only the server.
Advertisement
Answer
Limited options at this time:
sound right as far as WebSockets go. Socket.IO’s specific wire protocol do not appear to have been implemented in Java yet, so you may have to deal with that yourself.