C++ GRPC server/client example (with python integration tests) of sending integer, string and file (which can be really big so we need to send it as a chunks).
- install/configure grpc environment - https://grpc.io/
- open the terminal
- change directory to current rep root
- make all # build the library/grpc files 5a) python3 test.py # perform tests 5b) it is possible to run tests by hands - take a look at client_app / server_app binaries (created during "make all" stage)