Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python gRPC

Instructions

Install the dependencies:

$ pip install -r requirements.txt

Generate protobuf files:

$ python -m grpc_tools.protoc -I../ --python_out=. --grpc_python_out=. ../hello.proto

Run client and server:

$ python server.py &
$ python client.py