You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a modern, real-time chat application designed for reliability and scalability. It uses SockJS and STOMP.js on the frontend to ensure seamless WebSocket communication, falling back gracefully if native WebSockets are unavailable. The backend is developed with Java Spring Boot.
A full-stack chat application built with Spring Boot, WebSockets, and Thymeleaf. The app enables real-time messaging, where users can send and receive messages dynamically. It leverages WebSocket for message broadcasting and Thymeleaf for rendering dynamic templates on the front end.