0.8.1 • Published 3 years ago

@parametersjs/grpc_proto v0.8.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@parametersjs/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 the shell.proto location.
  • load
    Load .proto files for use with gRPC.
  • loadSync
    Synchronous version of load.

Note

The Protocol Buffer definition is stored in a file. We could probably make it dynamic with grpc-tools.