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
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 real-time chat application built using Spring Boot, WebSocket (STOMP), SockJS, and Tailwind CSS. Supports real-time messaging through a publish-subscribe model over WebSockets.
Hello is a chat application in which user can enter their names and start chatting. This app uses Web-socket to feed messages in real-time. Backend is build using Spring boot