/websocket-chat-app

a java based websocket chat app

Primary LanguageJava

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.