https://github.com/rohatdgnr/heyyochat
This project demonstrates creating a real-time chat application using Spring Boot and WebSocket. Users can interact and send messages in real-time via WebSocket.
https://github.com/rohatdgnr/heyyochat
docker html-css-javascript spring-boot websocket
Last synced: about 2 months ago
JSON representation
This project demonstrates creating a real-time chat application using Spring Boot and WebSocket. Users can interact and send messages in real-time via WebSocket.
- Host: GitHub
- URL: https://github.com/rohatdgnr/heyyochat
- Owner: rohatdgnr
- License: mit
- Created: 2024-12-10T21:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:51:17.000Z (over 1 year ago)
- Last Synced: 2024-12-15T17:35:35.216Z (over 1 year ago)
- Topics: docker, html-css-javascript, spring-boot, websocket
- Language: CSS
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heyyo Chat
## Description
This project demonstrates creating a real-time chat application using Spring Boot and WebSocket. Users can interact and send messages in real-time via WebSocket.
## Live Demo
https://heyyochat.onrender.com/
## Features
- Real-time chat functionality
- WebSocket connection management
- Built with Spring Boot
- Simple user interface
## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/rohatdgnr/HeyyoChat.git
```
2. Install the required dependencies:
```bash
mvn install
```
3. Run the Spring Boot application:
```bash
mvn spring-boot:run
```
4. Once the app is running, visit `http://localhost:8080` in your browser to start chatting.
## Usage
Once the application is running, you can start chatting by visiting the application in your browser.
## License
This project is licensed under the MIT License.