grpc-caller

gRPC client library

A library for building gRPC clients with improved functionality and ease of use.

An improved Node.js gRPC client

GitHub

183 stars
7 watching
34 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list

grpchacktoberfest

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bojand/gcall A command-line interface for gRPC services 12
bojand/grpc-error Provides a reusable error class for gRPC responses 4
bojand/grpc-create-error Utility function to create errors suitable for gRPC responses 8
bojand/grpc-create-metadata Utility for creating gRPC metadata from plain JavaScript objects 5
bojand/grpc-inspect A utility module for inspecting and analyzing gRPC protocol buffer definitions 9
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
redhoyasa/grpc-reflection-js A client library for interacting with gRPC servers that implement the Reflection protocol. 20
grpc/grpc-haskell A Haskell interface to the gRPC protocol for building client-side RPC services. 154
firecomm/firecomm A feature-rich gRPC-Node library providing core functions for building RPC clients and servers with support for various middleware and error handling options. 226
troylelandshields/omgrpc A tool for testing and interacting with gRPC services using a graphical interface. 464
grpc-requests/grpc_requests A Python library that enables users to interact with gRPC services in a familiar way using the requests library. 33
vadimi/grpc-client-cli A command line tool for calling gRPC services and inspecting their structure 254
otwieracz/clj-grpc Provides a simple and hassle-free way to integrate gRPC into Clojure projects without requiring extensive Java knowledge. 15
bndr/gopencils A Go library that simplifies the process of consuming REST APIs by abstracting away underlying complexity 451
carlessistare/grpc-promise A module that standardizes the way gRPC calls are implemented in Node.js, providing a unified approach for various request-response types and stream protocols. 81