A TCP chat app that runs off of Java
Supports multiple different users
To run this program locally:
- Clone the project onto you local machine
- Open and run the server class
- In the cmd prompt, dir into the src folder
- javac client.java
- Run the java client
- Enter your username which can later be changed with /nick
- Message away
- Quit using the /quit command