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 is the backend of a real-time chat application built using Java Spring Boot. It supports one-to-one messaging using WebSockets for live communication and REST APIs for user management, authentication, and message history. The project is designed to work seamlessly with the frontend built using React