Published on 23 April 2020 A Java-based WebSocket Client in Spring By Diego , In Code, Java, Spring In my previous post, we saw how to implement a real-time notification system using WebSockets. But if you are like me, you know that’s only …
Published on 31 March 2020 WebSocket-based Notification System using Spring By Diego , In Angular, Code, Java, Javascript, Spring In this post I’ll examine how to implement a simple WebSocket-based notification system built on top of Spring. We’ll use the Stomp protocol over SockJS to communicate with either a JQuery-based client or an Angular application.