grpc-node

gRPC client library

Provides a TypeScript implementation of the gRPC protocol for Node.js applications

gRPC for Node.js

GitHub

4k stars
73 watching
650 forks
Language: TypeScript
last commit: 9 days ago
Linked from 1 awesome list

grpchacktoberfest

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
grpc/grpc-web Enables communication between web browsers and gRPC services using JavaScript 8,660
improbable-eng/grpc-web A client library for gRPC Web services in browsers and Node.js 4,392
grpc/grpc An RPC framework and library for building high-performance distributed systems 41,968
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
grpc/grpc-dotnet An implementation of the gRPC remote procedure call framework for .NET applications 4,215
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
nodejs/node-gyp Compiles native addon modules for Node.js using the gyp build system 9,949
fullstorydev/grpcui An interactive web-based tool for testing and manipulating gRPC APIs 5,242
redhoyasa/grpc-reflection-js A client library for interacting with gRPC servers that implement the Reflection protocol. 20
node-webrtc/node-webrtc Provides bindings to WebRTC M87 for Node.js Native Addon development 2,732
fullstorydev/grpcurl A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. 10,927
nodejs/node A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security 107,829
bojand/grpc-caller A library for building gRPC clients with improved functionality and ease of use. 183
grpc-ecosystem/grpc-gateway A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC 18,238
paralin/grpc-bus Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. 43