Skip to content

rohanjadhav05/chat-app-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-App

A public chat application, which is developed in Java Spring Boot and html for now only a public group is there where user will login and start communicating which each other.

WebSocket

  1. A WebSocket is a communication protocol that provides full-duplex communication channels over a single, long-lived connection. It enables bidirectional communication between a client (such as a web browser) and a server, allowing them to send messages to each other at any time without the need to constantly poll for new information.
  2. WebSocket is designed to overcome the limitations of traditional HTTP communication, which is typically request-response-based and doesn't allow servers to initiate communication with clients. With WebSocket, once the initial connection is established, both the client and the server can send messages to each other independently.

About

A public chat application, which is developed in Java Spring Boot and simple html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published