socket.io-server-java
socket.io-server-java copied to clipboard
Socket.IO Server Library for Java
Hi Thanks for great implementation. Do you have any plan for Jetty 11 upgrade? Since Jetty 11 has "big bang" change, there is no javax.servlet.* it is now jakarta.servlet.*. So...
We have developed a [Java chatroom project](https://github.com/marcodiri/java_socketio_chatroom) that uses this Java library to implement the server and the [socket.io java port](https://github.com/socketio/socket.io-client-java) for the client. During development we realized that our...
Hi @trinopoty We are broad casting a message but internally we are seeing that backslashes, escape characters, \n are being added is there a way to prevent it as we...
Hi @trinopoty We are not seeing response status either way from server and client. I am sharing few links where the response status is not getting in our socket-io-server. could...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.19.v20190610 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
This [comment](https://github.com/trinopoty/socket.io-server-java/issues/21#issuecomment-1059837662) refers to v4 being compatible with all previous versions. With that comment, I am testing upgrade of server library from 1.0.3 to 4.0.1. I use postman socket.io client...
In higher versions, can jakarta.servlet.http.HttpServletRequest be made compatible with javax.servlet.http.HttpServletRequest?
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
Hi, I have successfully implemented SocketIO on JS and Dart/flutter. Both as client & server. I wanted to know(with Regards to SocketIO) before I get into the building of an...