A chatroom server and client program created in Java using TCP
- Ensure that current java version is installed on machine
- Run the following commands (Windows Command Line):
git clone --recurse-submodules https://github.com/Shepamat000/MattChat
cd ./MattChat
cd ./MattChat
Server:
Server.bat
Client:
Client.bat
Note: If using Windows Powershell, you will need to use the format "./Client.bat" or "./Server.bat"