Spring Boot WebSocket Angular Chat
A real-time chat application demonstrating full-stack integration between Spring Boot backend and Angular frontend using WebSocket for bidirectional communication. This project showcases:
- Real-time message delivery using WebSocket protocol
- Spring Boot backend with STOMP messaging
- Angular frontend with RxJS for reactive programming
- Clean architecture with separation of concerns
- Responsive UI design for multiple devices