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.
- Host: GitHub
- URL: https://github.com/vlmarkov/network-service
- Owner: vlmarkov
- Created: 2019-06-07T13:55:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T14:28:52.000Z (almost 6 years ago)
- Last Synced: 2024-07-08T21:49:18.873Z (11 months ago)
- Topics: client-server, linux-app, network-programming
- Language: C++
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)