letmelearncode / websocket-chat-app

a java based websocket chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%