1

I would like to know what is right way to implement server push notification using Spring 5 WebFlux and WebSocket with Reactor framework under the hood.

A scenario is the following: clients A and B are connected to a server (and corresponding WebSocket connections A and B established). Each of the clients could be notified with their own event(s), event A or event B.

Thanks

Serhii Povísenko
  • 3,352
  • 1
  • 30
  • 48
  • Does this answer your question? [Spring 5 WebFlux server push notifications via RSocket protocol](https://stackoverflow.com/questions/58895471/spring-5-webflux-server-push-notifications-via-rsocket-protocol) – Matthias Feb 10 '20 at 17:39
  • @Matthias, unfortunately, no, cause these are different protocols – Serhii Povísenko Feb 10 '20 at 23:32

0 Answers0