This project is a Java client-server application based on a socket connection.
/nick "newNickname" - changes your nickname and broadcasts the action message between all clients and server
/quit - disconnects the client from a server and broadcasts the action message between all clients and server
- Clone the repository into your IDE.
- Run a Server (run the StartServer class).
- Run a Client/s (run StartClient class/es in your IDE or in a Command Prompt).