An eductional project for learning how the bytes reading and sockets works.
- Compile a server jar from sources placed in the src folder at the root.
- Then compile a client from the Client/src folder.
- Run the system:
- Run the server instance;
- Run the client instance(s).
- Enter a username in the client`s window.
- Start the server, choose one of two optioins (start/stop).
- Make fun of it :D. Enter some text in the client`s window, and see how the message appears in the server`s window.