@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).   


