Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 260 Bytes

Client-Server Service

  • pure C++ (without additional libraries)
  • client sends to server processes info
  • server receives and print it
  • server asynchronous (via select())
  • server and client detect if hang up
  • unified data protocol (aka simple json)