grpc-js
There are 16 repositories under grpc-js topic.
badsyntax/grpc-js-typescript
Generate gRPC TypeScript definitions for use with gRPC (@grpc/grpc-js).
CatsMiaow/node-grpc-typescript
Node.js gRPC Structure for TypeScript example
Clement-Jean/grpc-node-js-course
gRPC NodeJS Master Class: Build Modern API & Micro services
uid4oe/grpc-web-demo-ui
UI for the gRPC-Web Demo
BaseMax/RandomQuoteGRPC
The Random Quote Generator server is built using TypeScript and gRPC. This application consists of three distinct services, all built upon the efficient gRPC protocol: User, Auth, and Quote. These services seamlessly interact with both one another and clients through the advanced gRPC protocol.
eeston/grpc-caller
An improved Node.js gRPC client
findy-network/findy-issuer-tool
Test tool for issuing and verifying via Findy agency
single9/example-nest-grpc-monorepo
An example of Nest.js monorepo and gRPC
alishi973/grpc-mock-server
no docker needed grpc mock server for mocking simple grpc requests.
hellosumitg/grpc-sample
gRPC api built from scratch
Project-Setup/grpc-ts
Project setup for grpc-js + Typescript
AyemunHossain/grpc-nodejs-boilerplate
This project builds a scalable gRPC in Node.js, enabling fast, secure, and efficient inter-service communication. gRPC, a high-performance RPC framework by Google, supports language-agnostic, type-safe communication. By implementing Protocol Buffers, HTTP/2, and TLS, this project enhances speed, security, and reliability with Node.js services.
msjadhav03/ts-nestjs-microservice-grpc
📡 [gRPC] : Miscroservice implementation using Nest.js, mongoose, grpc.
norbjd/envoy-grpc-http-reverse-bridge-filter-example
Showcase of Envoy gRPC HTTP reverse bridge filter
zcong1993/node-grpc-health-check
Health check client and service for use with @grpc/grpc-js.