What is the difference between 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 along with spring websocket.
https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#rsocket
Difference between webflux websocket and rsockect?