Using Spring Boot for WebSocket Implementation with STOMP
CRANK

The WebSocket protocol is one of the ways to make your application handle real-time messages. The most common alternatives are long polling and server-sent events. Let’s look at how to implement WebSockets with the Spring Boot framework, and use STOMP for effective client-server communication.

toptal.com
Related Topics: WebSocket Spring Framework Java