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.
yarn && yarn start
It depends on @kevinmichaelchen/some-protos-ts
yarn add @kevinmichaelchen/some-protos-ts