nor1c / grpc-node-1

gRPC with NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate types

./node_modules/.bin/proto-loader-gen-types --longs=String --enums=String --defaults --oneofs --grpcLib=@grpc/grpc-js --outDir=protos/ protos/*.proto

Useful Links

Test the code

  • Run the gRPC server
yarn dev
  • Create a new book via client
npx ts-node client.ts HarryPotter 999

About

gRPC with NodeJS


Languages

Language:TypeScript 100.0%