Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwinjoel1202/chat-application
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.
https://github.com/edwinjoel1202/chat-application
chat chat-application java javawebsocket realtimechatapp springboot
Last synced: 16 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/edwinjoel1202/chat-application
- Owner: edwinjoel1202
- Created: 2024-09-07T12:24:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:16:04.000Z (4 months ago)
- Last Synced: 2024-10-31T03:24:57.867Z (2 months ago)
- Topics: chat, chat-application, java, javawebsocket, realtimechatapp, springboot
- Language: CSS
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Let's Chat
**Let's Chat** is a real-time multi-user chat application built using Java Spring Boot, WebSockets, STOMP, HTML, CSS, and JavaScript. This application allows users to engage in live chat rooms, offering an interactive and seamless communication experience.
## Features
- **Real-time Communication:** Utilize WebSockets and STOMP for instant message delivery.
- **Multi-User Support:** Allows multiple users to join and participate in chat rooms simultaneously.
- **User Interface:** Simple and intuitive chat interface built with HTML, CSS, and JavaScript.## Technologies Used
- **Backend:**
- Java Spring Boot
- WebSockets
- STOMP (Simple Text Oriented Messaging Protocol)- **Frontend:**
- HTML
- CSS
- JavaScript## Installation
1. **Clone the Repository:**
```bash
git clone https://github.com/edwinjoel1202/Chat-Application.git