Mediator
gRPC proxy
A cross-platform GUI proxy for debugging gRPC services
Cross-platform GUI gRPC debugging proxy
153 stars
3 watching
9 forks
Language: Kotlin
last commit: about 1 year ago
Linked from 1 awesome list
debuggingdebugging-toolgrpcproxy
Related projects:
Repository | Description | Stars |
---|---|---|
buttercam/sisyphus | A comprehensive framework for building and maintaining robust, extensible APIs using JVM-based technologies | 95 |
mercari/grpc-http-proxy | A reverse proxy server for converting HTTP requests to gRPC calls | 372 |
ericbets/danby | A lightweight web server and gRPC proxy for browsers that enables microservice communication without client-side libraries. | 31 |
jnewmano/grpc-json-proxy | Enables interaction between HTTP tools and gRPC servers using JSON encoding | 517 |
gdong42/grpc-mate | A reverse proxy server that translates HTTP requests into gRPC calls without code generation. | 75 |
bradleyjkemp/grpc-tools | A suite of tools for debugging and analyzing gRPC requests and responses | 1,212 |
konsumer/grpc-dynamic-gateway | A tool that provides a REST-like JSON interface for gRPC servers without requiring static code generation or compilation | 110 |
mwitkow/grpc-proxy | A gRPC-based reverse proxy that allows exposing gRPC services over the internet with minimal overhead and easy configuration. | 962 |
grpc/grpc-kotlin | A high-performance RPC framework that generates runtime code for client-stubs and server-side plumbing | 1,203 |
eliaperantoni/spaceman | A cross-platform gRPC client for testing and debugging gRPC servers | 369 |
paralin/grpc-bus | Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. | 43 |
googleapis/gapic-generator-kotlin | Generates idiomatic Kotlin gRPC client libraries from Protocol Buffer definitions | 58 |
safetyculture/grpc-web-devtools | A browser extension that provides debugging and inspection tools for gRPC-Web applications. | 409 |
grpcmd/grpcmd | A command-line tool for interacting with gRPC services | 67 |
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 |