Project Description: Create a secure TCP connection with the server and client through sockets. Users will be able to leave message in the server and access those message as well.
To Run: Simply run the run.sh script to compile the .class file.
Next use java ./TextClient and java ./TextServer to initalize the client and server.