Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 277 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 277 Bytes

node-grpc-example

Study project to learn how to use gRPC with Node.js

Install

yarn install

Prepare

yarn proto:build

Run Server

yarn dev:server

Run Client Methods

yarn dev:client:get
yarn dev:client:get-all