Skip to content

A whatsapp web like clone, the goal is for users to be able to send messages to each other. Using Spring Boot.

Notifications You must be signed in to change notification settings

Theo-Fourniez/websocket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Web Clone Backend

You can find the user interface here : https://github.com/Theo-Fourniez/websocket-chat-app-frontend .
This project was made to learn Angular 16 and Spring boot 3. The goal was to create a app similar to WhatsApp Web.

Functionality

  • Real time messaging (using websockets)
  • Delayed messaging, for example when a user sends a message to another offline user (using HTTP requests)
  • Receiving web push in browser notifications when receiving messages while the app is not opened (using push API and service workers)
  • Adding friends

Dev environment

  • IntelliJ IDEA
  • Java 17
  • H2 in memory database

Used references :

About

A whatsapp web like clone, the goal is for users to be able to send messages to each other. Using Spring Boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages