An open API service indexing awesome lists of open source software.

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.

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.