Skip to content

letmelearncode/websocket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java 9 based chat application which uses websocket for bi-directional communication.

It has 2 main components:

  1. Server : Accepts the websocket connections from the clients, receives the message, broadcasts to the respective clients and closes the same.
  2. Client : Initiates the connection with server, send messages and recieves messages.

About

a java based websocket chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages