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 project is a real-time chat application that allows users to create accounts, join chat rooms, or start private conversations. The application uses WebSocket technology to enable instant messaging between users. It also stores all messages in a MySQL database for future reference.
This is a simple chat app built by me [Bishal jasiswal] when I was in grade IX. It is a project made on behalf of my school Golden Future Boarding School Rambazar-15,Pokhara to present in the Multimedia competition organized by Diamond Secondary School of Pokhara. In this competition there were about 20 Students and I stood top among them.
Real-time chat application built with Spring Boot, WebSocket (STOMP), and MongoDB — supports dynamic room creation, live messaging, paginated message history, and a vanilla JS frontend.
A real-time chat application built with the MERN stack and Socket.io. It enables secure user authentication, instant messaging with typing indicators, and friend management, all within a responsive and user-friendly interface.
Real-Time Chat App is a minimal WebSocket-based messaging system that enables instant communication between users in different chat rooms. It uses a lightweight Node.js WebSocket server and a React (Vite + TypeScript) frontend to deliver fast, real-time messaging without any database or message persistence.
Realtime-Chat with JavaScript: Instant web messaging using technologies like WebSockets for seamless, responsive communication between users and the server.
A real-time web-based chat app using Spring Boot, WebSocket, and STOMP for message communication. It supports multiple users chatting in a shared room with real-time message broadcasting, user join/leave notifications, and instant updates.