grpc-workshop
gRPC client/server tutorial
A comprehensive guide to building gRPC servers and clients using Go or Python, with additional instructions on deploying them using Docker.
13 stars
1 watching
6 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A command line tool for calling gRPC services and inspecting their structure | 258 |
| A command-line tool for interacting with gRPC services | 68 |
| A tutorial and learning resource on using gRPC with Go for building networked services | 10 |
| An automated gRPC client builder and runtime environment | 1,397 |
| A cross-platform GUI client for gRPC services with features like service discovery, input generation, and authentication support. | 120 |
| A Python framework for building gRPC services and handling their associated messages | 84 |
| A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 529 |
| A Haskell interface to the gRPC protocol for building client-side RPC services. | 154 |
| A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
| Demonstrates gRPC examples in 12 programming languages with simple server and client examples showcasing gRPC features. | 13 |
| A reverse proxy server for converting HTTP requests to gRPC calls | 373 |
| A cross-platform gRPC client for testing and debugging gRPC servers | 370 |
| Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 940 |
| An API server and generator built on top of gRPC in Go | 427 |
| A reverse proxy server that translates HTTP requests into gRPC calls without code generation. | 75 |