/client_server

Example of client–server model in C++ using Qt.

Primary LanguageC++

client_server

This project shows an example of client–server model using Qt framework (events and sockets). Specifically:

  1. the server starts listening
  2. the client starts and sends a message
  3. the server replies to every message received
  4. the client receives the reply.