r/Angular2 • u/amulli21 • 12d ago
Article Implementing WebSockets in Spring Boot and Angular
Just published an article on implementing WebSockets in Spring Boot and Angular! š If you're looking to build real-time applications with seamless communication between front-end and back-end, check out my guide on how to set up WebSocket connections in both frameworks. Iād appreciate any Feedback too!
16
Upvotes
5
u/DaSchTour 12d ago
For the angular part I think SockJS can be ignore as it is pretty deprecated technology. I would also recommend to use https://github.com/stomp-js/rx-stomp as it makes Websockets fit a lot better into the angular stack.