/grpc-python-async

Proof of concept running an async gPRC server and client in Python.

Primary LanguagePython

gRPC with async Python

Proof of concept running an async gPRC server and client in Python. Based on examples from https://github.com/grpc/grpc/tree/master/examples/python.

Development

  1. Install packages poetry install
  2. Build gRPC code from .proto service definition make build
  3. Run server make run-server
  4. Run client make run-client