Java socket.io client

前端 未结 6 721
醉梦人生
醉梦人生 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:32

    Judging from http://socket.io under "Supported Transports" it could be several different transport protocols:

    WebSocket, Adobe® Flash® Socket, AJAX long polling, AJAX multipart streaming, Forever Iframe, JSONP Polling

    So, the question is, what is your server supporting?

    From the perspective of Java clients the easiest would be WebSockets.

提交回复
热议问题