https://github.com/ayo-ajayi/grpctry
These are grpc servers written in go and python. A client is also provided in go. They use a common proto file to communicate. It is a simple example of how to use grpc with go and python.
https://github.com/ayo-ajayi/grpctry
go grpc protobuf python
Last synced: about 2 months ago
JSON representation
These are grpc servers written in go and python. A client is also provided in go. They use a common proto file to communicate. It is a simple example of how to use grpc with go and python.
- Host: GitHub
- URL: https://github.com/ayo-ajayi/grpctry
- Owner: ayo-ajayi
- Created: 2023-07-22T16:28:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T16:28:25.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T21:45:27.197Z (over 1 year ago)
- Topics: go, grpc, protobuf, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Project:
grpctry
## Description:
These are simple grpc servers written in go and python. A client is also provided in go.
They use a common proto file to communicate.
It is a simple example of how to use grpc with go and python.