Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 840 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 840 Bytes

some-protos-ts-example

A small demo using nice-grpc and Typescript protos generated with ts-proto.

The ts-proto options we're using are specified in another repo, some-protos-ts.

The code where we're instantiating the gRPC channel and client, and performing the call, can be found in sayHello.ts.

Running

yarn && yarn start

It depends on @kevinmichaelchen/some-protos-ts

yarn add @kevinmichaelchen/some-protos-ts