Skip to content

Tag: socket.io

Java socket.io client

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. Answer Limited options at this time: http://code.google.com/p/weberknecht/ https://github.com/TooTallNate/Java-WebSocket …