Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 740 Bytes

File metadata and controls

27 lines (27 loc) · 740 Bytes

Local Chat Console Application V3

A local group chat application

Features

  1. Local group chat
  2. Responsive chatting

How to run

  1. Download java 18 and install.
  2. Download Server.jar from the latest release.
  3. Download Client.jar from the latest release.
  4. Now start both like below.

java -jar Server.jar [Port] [Server capacity]
java -jar Client.jar [Server host] [Port]

How to use

Server

Introduced new commands. Just type "Help", the application will guide.

Client

To send message
Just type....
To stop
type.. stop

Only few commands supported for now.

Note: If you stop server, all clients will stop.

Dependencies

JDK 18 is used