grpchan
gRPC transport library
Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols.
Channels for gRPC: custom transports
205 stars
25 watching
23 forks
Language: Go
last commit: 10 months ago
Linked from 1 awesome list
golanggrpc
Related projects:
Repository | Description | Stars |
---|---|---|
| A Haskell interface to the gRPC protocol for building client-side RPC services. | 154 |
| A Swift language implementation of the gRPC protocol | 2,061 |
| An implementation of the gRPC transport layer in Perl | 33 |
| A lightweight GRPC implementation optimized for low-memory environments. | 563 |
| A library that abstracts away gRPC configuration details and provides production-ready features such as health checks and shutdown hooks. | 210 |
| Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. | 43 |
| A collection of Go examples showcasing the features and benefits of gRPC for building efficient and scalable RPC systems. | 243 |
| A command-line tool for interacting with gRPC services | 68 |
| 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 Go library that enables fast and efficient RPC (Remote Procedure Call) communication between clients and servers in high-load environments. | 706 |
| An SCTP library for Go that enables secure and reliable communication over IP networks. | 17 |
| Automatically generates HTTP handlers for gRPC servers with complete Swagger definitions in Go | 290 |
| An Erlang implementation of the gRPC protocol for building client-server communication services | 100 |
| A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 442 |
| Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 940 |