grpc-promise
gRPC framework
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.
GRPC promisify module for all Request/Response types: standard and stream
81 stars
6 watching
17 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bojand/grpc-caller | A library for building gRPC clients with improved functionality and ease of use. | 183 |
redhoyasa/grpc-reflection-js | A client library for interacting with gRPC servers that implement the Reflection protocol. | 20 |
otwieracz/clj-grpc | Provides a simple and hassle-free way to integrate gRPC into Clojure projects without requiring extensive Java knowledge. | 15 |
smnbbrv/ngx-grpc | An Angular framework for building gRPC services with TypeScript support and compatibility with various client implementations. | 239 |
grpc/grpc-kotlin | A high-performance RPC framework that generates runtime code for client-stubs and server-side plumbing | 1,203 |
bigcommerce/gruf | A Ruby framework for building gRPC services with request context support and robust client error handling. | 626 |
deeplay-io/nice-grpc | A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 433 |
malijs/mali | A minimalistic framework for building gRPC-based microservices in Node.js. | 887 |
troylelandshields/omgrpc | A tool for testing and interacting with gRPC services using a graphical interface. | 464 |
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 |
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 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |
julien-r44/adonis-grpc-consumer | Provides a client-side interface to communicate with gRPC services in Adonis.js applications. | 13 |
johanbrandhorst/grpc-gateway-boilerplate | Provides boilerplate code for creating REST services powered by gRPC-Gateway in Go. | 479 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |