A local group chat application
- Local group chat
- Responsive chatting
- Download java 18 and install.
- Download Server.jar from the latest release.
- Download Client.jar from the latest release.
- Now start both like below.
java -jar Server.jar [Port] [Server capacity]
java -jar Client.jar [Server host] [Port]
Introduced new commands. Just type "Help", the application will guide.
To send message
Just type....
To stop
type.. stop
Only few commands supported for now.
JDK 18 is used