This is a command line chat (client and server) via socket programming. -Start Server first -Start Client by passing the IP address of the server -Example: java Client 10.0.1.15
-if an error pops up change the port in both Client and Server programs.