Java socket.io client

前端 未结 6 727
醉梦人生
醉梦人生 2020-11-30 19:38

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

6条回答
  •  星月不相逢
    2020-11-30 20:22

    Limited options at this time:

    • http://code.google.com/p/weberknecht/

    • https://github.com/TooTallNate/Java-WebSocket

    • https://github.com/Gottox/socket.io-java-client

    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.

提交回复
热议问题