dylan-small / LAN-Chat

Multiple-Client Chat Messenger application that uses TCP packets to send text-based messages to one another within a multi-threaded environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAN Chat by Dylan Small

To start the server, open terminal or command prompt, and type

java -jar [drag SERVER jar file here]

To start the client, open terminal or command prompt, and type

java -jar [drag CLIENT jar file here]

About

Multiple-Client Chat Messenger application that uses TCP packets to send text-based messages to one another within a multi-threaded environment.

License:MIT License


Languages

Language:Java 100.0%