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.
- Host: GitHub
- URL: https://github.com/mohammadhprp/say-hello
- Owner: mohammadhprp
- Created: 2024-01-12T12:11:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T12:17:00.000Z (about 2 years ago)
- Last Synced: 2025-04-13T12:07:24.198Z (12 months ago)
- Topics: grpc, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```