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

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.

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.