/GRPC-Nodejs

Primary LanguageJavaScript

GRPC NodeJS

This repo is an implementation of all 4types of GRPC methods ie. Uniary,client side streaming,server side streaming and bidirectional streaming.


In this repo Protobuf.js is used to dynamically generate the code at runtime.
To run GRPC server -> npm run dev
To run GRPC client -> npm start