Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 442 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 442 Bytes

Python gRPC

Implementation of greetings in Python with gRPC

How to Run


Install requirements
pip install -r requirements.txt

Run greet server
python greet_server.py

Run greet client
python greet_client.py

Links

Download Source Code: Click Here

My Github Account: Click Here