/basic-grpc-python

A minimal example for demonstrating gRPC in Python

Primary LanguagePythonMIT LicenseMIT

Basic gRPC in Python

Contains a minimal working example for rolling gRPC in Python.

For more details, read the accompanying blog post.

Quickstart

git clone https://github.com/gtt116/basic-grpc-python
cd basic-grpc-python
pip install -r requirements.txt
make proto
python server.py
python client.py