Skip to content

A local chat console application using sockets via console.

Notifications You must be signed in to change notification settings

tr1nadh/LocalChatConsoleApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A local chat console application using sockets via console.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages