Skip to content

gtt116/basic-grpc-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal example for demonstrating gRPC in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.1%
  • Makefile 4.9%