An open API service indexing awesome lists of open source software.

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

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/)