Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 658 Bytes

gRPC Server with TypeScript

Basic gRPC server with TypeScript.

A zoo service where you can search for birds by their common name or wingspan.

Usage

npm run proto:clear

npm run proto:generate

npm run start

Query gRPC services

To query install bloomrpc using brew install --cask bloomrp. Once it is installed, add protobuf/zoo.proto file by clicking the green plus button and change the address to 0.0.0.0:50051.

Screen Shot 2021-05-26 at 12 59 35 AM