A private, self-destructing chat room application. Rooms automatically expire after 10 minutes, ensuring ephemeral conversations.
-
Updated
Dec 13, 2025 - TypeScript
A private, self-destructing chat room application. Rooms automatically expire after 10 minutes, ensuring ephemeral conversations.
private chat with LLMs
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
Real-time chat rooms with self-destruct timers. Create a room, chat, and watch it vanish—automatically after 10 minutes or instantly on command. No logs, no history, just conversation.
To associate your repository with the private-chat-application topic, visit your repo's landing page and select "manage topics."