Skip to content

Sapu30/chatBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published