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
- Host: GitHub
- URL: https://github.com/yungwarlock/grpc_testing
- Owner: yungwarlock
- License: mit
- Created: 2022-04-15T14:49:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T14:51:10.000Z (about 4 years ago)
- Last Synced: 2025-04-08T10:53:36.834Z (about 1 year ago)
- Topics: grpc, python, template, testing
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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