socket.io-server-java icon indicating copy to clipboard operation
socket.io-server-java copied to clipboard

Socket.IO Server Library for Java

Results 5 socket.io-server-java issues
Sort by recently updated
recently updated
newest added

How to produce messages with packet type id like 420 430? I do send cmd from server to socket.io client like this but nothing response socket.send("start", start_cmd.toString(), new SocketIoSocket.ReceivedByRemoteAcknowledgementCallback() {...

Hello, after seeing that Socket.io offers its own implementation of the Socket.io server in Java, I wanted to migrate the node.js server implementation to Java. In our use case, we...

Could you add GitHub examples in the context of Spring Boot using Tomcat webserver? Could you also add documentations on Socket.io on how to use it properly and how to...

I have a chat system with the back end built on socket.io-server-java. When a client disconnects, the system broadcasts a message to the room that the client was in. This...

Are there any plans to implement support for connection state recovery? (See: https://socket.io/docs/v4/connection-state-recovery)