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

Spring Boot 2.6.* support

Open mattiapitossi opened this issue 3 years ago • 2 comments

Hi, I've been trying to follow https://socketio.github.io/engine.io-server-java/spring-integration.html for implementing engine.io in Spring Boot 2.6.*, but the guide seems to be outdated with more recent Spring Boot versions.

Is it possibile to get an updated guide in order to use it?

Thanks

mattiapitossi avatar May 25 '22 10:05 mattiapitossi

Hi, The same guide should work for any 2.x version of spring boot.

trinopoty avatar Jun 07 '22 16:06 trinopoty

Hi! I would like an example of usage with spring. I've used socket.io with node.js but not yet with java.

WirleySAlmeida avatar Jul 10 '22 02:07 WirleySAlmeida