This project shows an example of client–server model using Qt framework (events and sockets). Specifically:
- the server starts listening
- the client starts and sends a message
- the server replies to every message received
- the client receives the reply.