Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application with Spring Boot and WebSocket

A real-time chat application built with Spring Boot and WebSocket, allowing users to communicate by typing their name to log in. Vedio Link : https://youtu.be/xLJIodIqsmY?si=GXTA6ot1fz9c_HVF

Overview

Traditional web applications operate on a request-response model, where the server responds to client requests. However, this chat application leverages the WebSocket Protocol to establish two-way communication, enabling real-time interaction without waiting for client requests.

Features

  • Simple login: Users enter their names to start chatting.
  • Real-time communication: WebSocket facilitates instant communication between clients.

Technology Stack

  • Spring Boot
  • WebSocket Protocol
  • java
  • maven
  • html/css
  • javascript

Images

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages