Skip to content

eftours/typescript-grpc-client-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Client

Sample gRPC client designed to work with the service here

Usage

  1. Install dependencies npm install
  2. Generate types by running npm run generate
  3. Ensure the gRPC server is running
  4. npm run dev to run the client and view the output in your terminal