https://github.com/bartosz-ziolkowski/real-time-chat

Real-time communicator

https://github.com/bartosz-ziolkowski/real-time-chat

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary

Keywords

css docker html java javascript mongodb spring-boot websocket
Last synced: 5 months ago · JSON representation

Repository

Real-time communicator

Basic Info
  • Host: GitHub
  • Owner: bartosz-ziolkowski
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 43 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
css docker html java javascript mongodb spring-boot websocket
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

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

alt text alt text alt text alt text alt text

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

alt text

Owner

  • Name: Bartosz Ziółkowski
  • Login: bartosz-ziolkowski
  • Kind: user
  • Location: Copenhagen

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

docker-compose.yml docker
  • mongo latest
  • mongo-express latest
pom.xml maven
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-starter-data-mongodb
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-websocket
  • org.springframework.boot:spring-boot-starter-test test