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

https://github.com/mohammadhprp/say-hello

A simple gRPC client and server application.
https://github.com/mohammadhprp/say-hello

grpc python

Last synced: 12 months ago
JSON representation

A simple gRPC client and server application.

Awesome Lists containing this project

README

          

# Say Hello 👋
A simple gRPC client and server application using Python

## Getting Started

### Prerequisites
- Python3
- gRPC Python package

### Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install dependency
```bash
pip3 install -r requirements.txt
```

### Usage

Run the server
```bash
python server.py
```

In another terminal, run the client:
```bash
python client.py
```