Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 429 Bytes

README.rst

File metadata and controls

19 lines (10 loc) · 429 Bytes

Assuming you are in the examples directory.

To start the server:

$ python3 -m helloworld.server

To run the client:

$ python3 -m helloworld.client

To re-generate helloworld_pb2.py and helloworld_grpc.py files (already generated):

$ python3 -m grpc_tools.protoc -I. --python_out=. --grpclib_python_out=. helloworld/helloworld.proto