Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 409 Bytes

gRPC-ts

A minimum implementation of gRPC + typescript + webpack environment ( 🙇 Just follow the example in grpc_tools_node_protoc_ts )

Launch

At first, you need launch the gRPC server

npm run build && node dist/bundle.js

Then, you can confirm the behavior with the command below in another terminal

npx ts-node client.ts