gRPC client/server example in Python including SSL support. The example service implements a simple shopping list back end. Clients can perform the following operations: The test directory contains ...
I've always had a fascination with network programming; its what got me into SRE and DevOps work originally. In a previous job, we built all of our services (micro and otherwise) around HTTP, REST, ...