https://github.com/dori-dev/python-grpc
Implementation of greetings in Python with gRPC
https://github.com/dori-dev/python-grpc
grpc python python-grpc
Last synced: about 1 month ago
JSON representation
Implementation of greetings in Python with gRPC
- Host: GitHub
- URL: https://github.com/dori-dev/python-grpc
- Owner: dori-dev
- Created: 2023-05-15T11:26:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T11:29:44.000Z (about 3 years ago)
- Last Synced: 2025-10-21T09:34:11.383Z (7 months ago)
- Topics: grpc, python, python-grpc
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/dori-dev/python-gRPC/archive/refs/heads/master.zip)
My Github Account: [Click Here](https://github.com/dori-dev/)