Skip to content

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

Tools

  1. grpcurl
  2. grpcui
  3. grpc-gateway
  4. grpc-dump

Curated Lists

  1. Awesome gRPC - Curated list of useful tools and resources for use in gRPC ecosystem