@join-com/grpc
v3.6.4
Published
gRPC library
Downloads
120
Maintainers
Readme
@join-com/grpc
How to use this library
Requirements
protoc
: It's a command line tool used to deal with Protocol Buffers definitions. You can install it by typingbrew install protobuf
.protoc-gen-tsx
: It's a plugin forprotoc
that allows us to generate TypeScript code from our.proto
definition files. You can find the install instructions here.