grpcurl

gRPC client

A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers.

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

GitHub

11k stars
74 watching
507 forks
Language: Go
last commit: 27 days ago
Linked from 4 awesome lists

golanggrpcprotobuf

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fullstorydev/grpcui An interactive web-based tool for testing and manipulating gRPC APIs 5,237
grpc/grpc An RPC framework and library for building high-performance distributed systems 41,968
ktr0731/evans A gRPC client library with two modes: REPL and CLI, providing automatic service inspection and task automation 4,282
improbable-eng/grpc-web A client library for gRPC Web services in browsers and Node.js 4,392
grpc/grpc-dotnet An implementation of the gRPC remote procedure call framework for .NET applications 4,204
grpc-ecosystem/grpc-gateway A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC 18,238
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
grpc/grpc-web Enables communication between web browsers and gRPC services using JavaScript 8,660
ibm/gwhisper A gRPC command line client with tab completion and human-readable output 58
grpc-requests/grpc_requests A Python library that enables users to interact with gRPC services in a familiar way using the requests library. 33
fullstorydev/grpchan Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. 205
grpc/grpc-go A high-performance RPC framework that supports mobile and HTTP/2-based communication. 21,100
jhump/protoreflect Provides utilities and APIs for working with Go Protocol Buffers descriptors and gRPC reflection. 1,350
hyperium/tonic A high-performance gRPC client and server implementation with async/await support 10,019
easycz/grpc-web-hacker-news An example app demonstrating grpc-web integration with React and Redux 386