grpc-http-proxy
gRPC proxy
A reverse proxy server for converting HTTP requests to gRPC calls
A reverse proxy server which translate JSON HTTP requests to gRPC calls based on protoreflect
372 stars
17 watching
15 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
grpchttp-proxykubernetes
Related projects:
Repository | Description | Stars |
---|---|---|
gdong42/grpc-mate | A reverse proxy server that translates HTTP requests into gRPC calls without code generation. | 75 |
mwitkow/grpc-proxy | A gRPC-based reverse proxy that allows exposing gRPC services over the internet with minimal overhead and easy configuration. | 962 |
jnewmano/grpc-json-proxy | Enables interaction between HTTP tools and gRPC servers using JSON encoding | 517 |
ericbets/danby | A lightweight web server and gRPC proxy for browsers that enables microservice communication without client-side libraries. | 31 |
gofrp/tiny-frpc | Provides a simple reverse proxy solution using SSH protocol and FRPS. | 135 |
buttercam/mediator | A cross-platform GUI proxy for debugging gRPC services | 153 |
paralin/grpc-bus | Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. | 43 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
mresti/grpc-workshop | A comprehensive guide to building gRPC servers and clients using Go or Python, with additional instructions on deploying them using Docker. | 13 |
elixir-grpc/grpc | An Elixir implementation of the gRPC protocol for building networked services | 1,402 |
mailgun/kafka-pixy | A gRPC and REST proxy that simplifies communication with Kafka by providing an at-least-once message delivery guarantee. | 774 |
joyrex2001/grpc-perl | An implementation of the gRPC transport layer in Perl | 33 |
fullstorydev/grpchan | Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
vadimi/grpc-client-cli | A command line tool for calling gRPC services and inspecting their structure | 252 |