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
11k stars
74 watching
510 forks
Language: Go
last commit: about 2 months ago
Linked from 4 awesome lists
golanggrpcprotobuf
Related projects:
Repository | Description | Stars |
---|---|---|
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,274 |
grpc/grpc | An RPC framework and library for building high-performance distributed systems | 42,124 |
ktr0731/evans | A gRPC client library with two modes: REPL and CLI, providing automatic service inspection and task automation | 4,304 |
improbable-eng/grpc-web | A client library for gRPC Web services in browsers and Node.js | 4,394 |
grpc/grpc-dotnet | An implementation of the gRPC remote procedure call framework for .NET applications | 4,229 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,331 |
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 |
grpc/grpc-web | Enables communication between web browsers and gRPC services using JavaScript | 8,698 |
ibm/gwhisper | A gRPC command line client with tab completion and human-readable output | 59 |
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,208 |
jhump/protoreflect | Provides utilities and APIs for working with Go Protocol Buffers descriptors and gRPC reflection. | 1,363 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,180 |
easycz/grpc-web-hacker-news | An example app demonstrating grpc-web integration with React and Redux | 386 |