bburrier / grpc-python-async

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

Repository from Github https://github.combburrier/grpc-python-asyncRepository from Github https://github.combburrier/grpc-python-async

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

About

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


Languages

Language:Python 90.8%Language:Makefile 9.2%