spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.63k stars 38.13k forks source link

Socket.io support #32823

Closed liqs02 closed 6 months ago

liqs02 commented 6 months ago

Spring boot provides support for websockets and sockjs. Shouldn't spring boot also give you the option to use the socket.io protocol, which is very popular?

bclozel commented 6 months ago

Not at the moment. Sock.js was mostly here as a fallback when WebSocket aren't possible. These days, we support both WebSocket and https://rsocket.io/ and so far we didn't get requests for this feature. I'm closing this issue for now, as we are not interested in investing in this area right now.

We can reopen this issue if we get significant feedback and requests from the community. Thanks!