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.

3 Open Issues Need Help Last updated: Nov 8, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 1/5
documentation good first issue

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.

Java

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.

Java
enhancement good first issue refactor

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.

Java