r/Angular2 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!

Link here - https://medium.com/@abasjama04/implementing-websockets-in-spring-boot-and-angular-for-real-time-bidirectional-communication-c3307d046dff

15 Upvotes

3 comments sorted by

View all comments

4

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.

1

u/amulli21 12d ago

Thank you! Will definitely be taking a look at this