One On One Chat application | Spring boot & WebSocket
- One to one chat application
- Secure communication
- Persistent chat
Provide step-by-step instructions on how to install and set up your project locally.
# Clone the repository
git clone https://github.com/bruce-mig/websocket-chatroom-app.git
# Change into the project directory
cd your-project
# Build the project
./mvnw clean install
# Run project
./mvnw spring-boot:runThis project is mainly implement using the following technologies
- Websocket
- Spring Boot 3.x.x
- MongoDB
- Javascript
- HTML
- CSS
- Sockjs
- StompJs


