====== gRPC & Protocol Buffers ====== * https://grpc.io/about/ * https://grpc.io/docs/what-is-grpc/core-concepts/ * https://de.wikipedia.org/wiki/Remote_Procedure_Call * https://www.heise.de/developer/meldung/Alternative-zu-REST-gRPC-Web-jetzt-allgemein-verfuegbar-4202697.html ===== Protocol Buffers ===== * https://developers.google.com/protocol-buffers/docs/overview * https://protobuf.dev/programming-guides/proto3/ ===== Python ===== * https://grpc.io/docs/languages/python/quickstart/ * https://grpc.io/docs/languages/python/basics/ * https://www.velotio.com/engineering-blog/grpc-implementation-using-python * [[https://medium.com/engineering-semantics3/a-simplified-guide-to-grpc-in-python-6c4e25f0c506|A simplified guide to gRPC in Python]]