gRPC
Links
Go gRPC Middleware - Interceptor chaining, auth, logging, retries and more.
gRPC-rs - Rust wrapper of gRPC Core. gRPC is a high performance, open source universal RPC framework that puts mobile and HTTP/2 first.
gRPC Web - JavaScript library that lets browser clients access a gRPC service.
Tower gRPC - gRPC client & server implementation.
BloomRPC - GUI Client for GRPC Services.
tonic - Native gRPC client & server implementation with async/await support in Rust.
Swift gRPC - Swift language implementation of gRPC.
grpc-rust - Rust implementation of gRPC.
gRPCurl - Command-line tool that lets you interact with gRPC servers.
Evans - More expressive universal gRPC client.
ttrpc - GRPC for low-memory environments.
ttrpc-rust - Rust implementation of ttrpc (GRPC for low-memory environments).
ygot - YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling.
grpc-graphql-gateway - Protoc plugin that generates graphql execution code from Protocol Buffers.
grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec.
Pike - Generate CRUD gRPC backends from single YAML description.
protoreflect - Reflection (Rich Descriptors) for Go Protocol Buffers.
gRPC Proxy - Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead.
gNMI - gRPC Network Management Interface.
grpclib - Pure-Python gRPC implementation for asyncio.
BloomRPC-Mock - Toolset library for working with GRPC mocks.
Wombat - Cross platform gRPC client.
Mortar - Go framework/library for building gRPC (and REST) web services.
ratelimit - Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
python-betterproto - Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC.
grpcbin - httpbin like for gRPC.
gRPC UI - Interactive web UI for gRPC, along the lines of postman.
GripMock - Mock server for GRPC services.
gRPC Channels - Channels for gRPC: custom transports.
grpc-testing - Testing and helper tool for grpc server, using cuelang and grpcurl.
Last updated