grpc-bus
gRPC proxy
Enables calling gRPC services from the browser over a two-way socket to a Node or Go server.
Call GRPC services (even streams!) from the browser over any two-way socket to Node and soon Go.
43 stars
6 watching
5 forks
Language: TypeScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fullstorydev/grpchan | Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
gdong42/grpc-mate | A reverse proxy server that translates HTTP requests into gRPC calls without code generation. | 75 |
mercari/grpc-http-proxy | A reverse proxy server for converting HTTP requests to gRPC calls | 373 |
ericbets/danby | A lightweight web server and gRPC proxy for browsers that enables microservice communication without client-side libraries. | 31 |
deeplay-io/nice-grpc | A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 442 |
jnewmano/grpc-json-proxy | Enables interaction between HTTP tools and gRPC servers using JSON encoding | 518 |
mwitkow/grpc-proxy | A gRPC-based reverse proxy that allows exposing gRPC services over the internet with minimal overhead and easy configuration. | 965 |
grpc-ecosystem/protoc-gen-grpc-gateway-ts | Generates TypeScript clients for gRPC services used in web and Go applications. | 142 |
buttercam/mediator | A cross-platform GUI proxy for debugging gRPC services | 156 |
crossoverjie/ptg | A tool for testing and interacting with gRPC services in various scenarios. | 330 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 154 |
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. | 529 |
johanbrandhorst/grpc-gateway-boilerplate | Provides boilerplate code for creating REST services powered by gRPC-Gateway in Go. | 478 |
improbable-eng/grpc-web | A client library for gRPC Web services in browsers and Node.js | 4,394 |
googleapis/gapic-generator-kotlin | Generates idiomatic Kotlin gRPC client libraries from Protocol Buffer definitions | 59 |