Open Issues Need Help
View All on GitHubAI Summary: The project's `README.md` inaccurately lists `SockJS` and `STOMP` under "Technologies Used." The actual implementation uses a plain `TextWebSocketHandler` and custom JSON payloads, without configuring SockJS or STOMP endpoints. The issue requests updating the README to remove the incorrect entries and add "Spring WebSocket (TextWebSocketHandler)" and "Jackson (for custom JSON payloads)" for accuracy.
ChatApp is a real-time messaging application built with Java Spring Boot, enabling authenticated users to engage in conversations with anonymous visitors. It features user registration/login (including Google OAuth), JWT-based authentication, WebSocket-powered chat, chat history, and session management.
ChatApp is a real-time messaging application built with Java Spring Boot, enabling authenticated users to engage in conversations with anonymous visitors. It features user registration/login (including Google OAuth), JWT-based authentication, WebSocket-powered chat, chat history, and session management.
ChatApp is a real-time messaging application built with Java Spring Boot, enabling authenticated users to engage in conversations with anonymous visitors. It features user registration/login (including Google OAuth), JWT-based authentication, WebSocket-powered chat, chat history, and session management.