engine.io-client-java
engine.io-client-java copied to clipboard
Engine.IO Client Library for Java
In order to [add volatile socket support](https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e) to [Socket.IO-client Java](https://github.com/socketio/socket.io-client-java). We need to check if the transport we use in the socket is writable or not. I added a getter...
Hi, I've been working on porting Java implementation of EngineIO and SocketIO to Kotlin Multiplatform recently. During the development and test process, I have a question about Polling transport's close...
Hi, I've been working on porting Java implementation of EngineIO and SocketIO to Kotlin Multiplatform recently. During the development and test process, I have a question about Socket's sendPacket and...
# Add WebTransport Support to Socket.IO Java Client This PR adds comprehensive WebTransport support to the Socket.IO Java client ecosystem, enabling modern HTTP/3-based real-time communication with automatic fallback to traditional...