ChatClient

Simple Client/Server based chat client with sockets

Run:
    command line:
	'java ChatClient.ServerSide' // executes the server code
	'java ChatClient.ClientView' // executes the client code