Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the difference between this implementation of Spring webflux WebSocket and RSocket? #3

Open
amazingstream opened this issue Dec 25, 2022 · 1 comment

Comments

@amazingstream
Copy link

Hello

What is the difference between this implementation of Spring webflux WebSocket and RSocket? I am trying to implement reactive websocket in my spring boot project but I see RSocket under a separate section on the spring webflux website. thoughts?

https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#rsocket

@luis-moral
Copy link
Owner

luis-moral commented Jan 22, 2023

Hello,

WebSocket is the implementation for the WebSocket protocol RFC 6455

RSockets is an application protocol and one the transports it can use is WebSocket, but its not limited to.

You can check https://rsocket.io/ for more info, hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants