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

https://github.com/yungwarlock/grpc_testing

A simple example for testing gRPC application in Python
https://github.com/yungwarlock/grpc_testing

grpc python template testing

Last synced: 10 months ago
JSON representation

A simple example for testing gRPC application in Python

Awesome Lists containing this project

README

          

# gRPC Testing Example

gRPC is an RPC Framework by Google for building high performance applications. Learn more about
gRPC in this [video](https://www.youtube.com/watch?v=Yw4rkaTc0f8)

This is a simple example for implementing tests in gRPC for python