/Chat-Client

Simple Chat Client and Chat Server, implemented using multi-threading, java.net package, swing, and more. Allows the user to connect to a local host server and send and receive messages in a simple chat client.

Primary LanguageJava

Chat-Client

Simple Chat Client and Chat Server, implemented using multi-threading, java.net package, swing, and more. Allows the user to connect to a local host server and send/receive messages in a simple chat client. First run the ChatServer and leave it running, then run the ChatClient to make use of the program.