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 |
---|---|---|
vadimi/grpc-client-cli | A command line tool for calling gRPC services and inspecting their structure | 252 |
grpcmd/grpcmd | A command-line tool for interacting with gRPC services | 67 |
preslavmihaylov/go-grpc-crash-course | A tutorial and learning resource on using gRPC with Go for building networked services | 10 |
rogchap/wombat | An automated gRPC client builder and runtime environment | 1,397 |
forest33/warthog | A cross-platform GUI client for gRPC services with features like service discovery, input generation, and authentication support. | 119 |
guangtianli/grpcalchemy | A Python framework for building gRPC services and handling their associated messages | 84 |
grpc-ecosystem/polyglot | A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 530 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
feuyeux/hello-grpc | Demonstrates gRPC examples in 12 programming languages with simple server and client examples showcasing gRPC features. | 13 |
mercari/grpc-http-proxy | A reverse proxy server for converting HTTP requests to gRPC calls | 372 |
eliaperantoni/spaceman | A cross-platform gRPC client for testing and debugging gRPC servers | 369 |
vmagamedov/grpclib | Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 938 |
izumin5210/grapi | A framework for building gRPC and Go microservices with automatic code generation | 427 |
gdong42/grpc-mate | A reverse proxy server that translates HTTP requests into gRPC calls without code generation. | 75 |