Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.49 KB

Using-WebSockets-for-Real-Time-Updates

WebSocket Chat Application

This is a simple WebSocket chat application using Spring Boot for the backend and plain JavaScript for the frontend. The application allows users to join a chat room and exchange messages in real-time.

Demo

https://youtu.be/dksh9NSrC_Y

message-flow-broker-relay

Prerequisites

  • Java 17
  • springBoot 3.3.1
  • Maven

Backend Setup

  1. Clone the repository:

    git clone https://github.com/Sarthakverse/WebSockets.git
    cd websockets
    

SreenShots

Screenshot 2024-06-30 033901 Screenshot 2024-06-30 033941 Screenshot 2024-06-30 034016 Screenshot 2024-06-30 034115 Screenshot 2024-06-30 034210 Screenshot 2024-06-30 034248