gRPC
gRPC with Python
poetry init poetry add grpcio grpcio-tools
Generate grpc code from proto:
Important note: When generating grpc code to a subfolder, the abolute path imports would break and has to be either manually fixed or use workaround of placing proto file in certain subfolder.
Courses
- Complete gRPC Course
- Introduction to Protocol Buffers by Linux Foundation
Tools
Curated Lists
- Awesome gRPC - Curated list of useful tools and resources for use in gRPC ecosystem