An open API service indexing awesome lists of open source software.

https://github.com/vlmarkov/network-service

A client-server service. The client sends to the server processes info.
https://github.com/vlmarkov/network-service

client-server linux-app network-programming

Last synced: about 1 month ago
JSON representation

A client-server service. The client sends to the server processes info.

Awesome Lists containing this project

README

        

# 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)