Simple chat application using sockets
- Open 3 command-line terminals (1 for the server and 2 for the clients).
- In the first terminal navigate to
binfolder and typejava Serverto start the server. - In the other 2 terminals navigate to
binfolder and typejava testto start 2 clients. - Press
Connectin the client GUI to connect to the server.