Skip to content

grpcsandbox/grpc-server-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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