0.11.0 • Published 9 months ago
@shell-js/grpc_proto v0.11.0
Package @shell-js/grpc_proto
Store the Protocol Buffer definition file used by the GRPC server and client packages.
Additionnal, the package provide some functions to facilitate its usage:
resolve
Return theshell.proto
location.load
Load .proto files for use with gRPC.loadSync
Synchronous version ofload
.
Note
The Protocol Buffer definition is stored in a file. We could probably make it dynamic with grpc-tools.