@protobuf-ts/grpc-backend
Version:
gRPC backend for servers generated by the protoc plugin "protobuf-ts"
21 lines (12 loc) • 519 B
Markdown
@protobuf-ts/grpc-backend
=========================
[gRPC](https://grpc.io/) backend for generic servers generated by [protobuf-ts](https://github.com/timostamm/protobuf-ts/).
Installation:
```shell script
# with npm:
npm install @protobuf-ts/grpc-backend
# with yarn:
yarn add @protobuf-ts/grpc-backend
```
Note that this feature is experimental and may change with minor releases.
To learn more, please read the [MANUAL](https://github.com/timostamm/protobuf-ts/blob/master/MANUAL.md#generic-rpc-servers).