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.
A simple and fast real-time chat application built with Spring Boot and WebSockets. Users can join a shared chatroom and exchange messages instantly using STOMP messaging. Designed to be lightweight, easy to run, and perfect for showcasing real-time communication and backend development skills.