https://github.com/bartosz-ziolkowski/real-time-chat
Real-time communicator
https://github.com/bartosz-ziolkowski/real-time-chat
css docker html java javascript mongodb spring-boot websocket
Last synced: 2 months ago
JSON representation
Real-time communicator
- Host: GitHub
- URL: https://github.com/bartosz-ziolkowski/real-time-chat
- Owner: bartosz-ziolkowski
- Created: 2024-08-01T10:12:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:27:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:27:14.167Z (over 1 year ago)
- Topics: css, docker, html, java, javascript, mongodb, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Chat - online communicator with friends
## Overview
The goal of implementing this application was to practice live communication using the WebSocket protocol. This type of application is a valuable skill to have, which is why I chose to develop it. Users can join a chat room and exchange messages in real-time with other users who are online. The application supports seamless, live interactions, making it ideal for scenarios requiring instant communication. This experience allowed me to gain hands-on expertise in real-time data transmission and WebSocket integration.
## Screenshots





## Technologies
### Frontend
- JavaScript
- HTML
- CSS
### Backend
- Java Spring Boot
- WebSocket
### Other tools
- Docker
- MongoDB
### Comments
- Dockerized the database
## Live demo
Click below to watch the app walkthrough on YouTube
[](https://www.youtube.com/watch?v=GW7D58jEs1c)