@hackage acolyte-grpc0.1.0.1
gRPC interpretation for acolyte API types
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (11)
- acolyte-core >=0.1 && <0.2
- acolyte-server >=0.1 && <0.2
- base >=4.20 && <5
- bytestring >=0.11 && <0.13
- case-insensitive >=1.2 && <1.3
- http-core >=0.1 && <0.2 Show all…
Dependents (2)
@hackage/acolyte-test, @hackage/acolyte
Interprets acolyte-core API types as gRPC services.
The same API type that drives REST routing, OpenAPI generation,
and type-safe clients also drives gRPC serving.
.
Provides ToProtoType for protobuf-compatible serialization,
GrpcReady for compile-time validation, .proto file generation,
and mkGrpcServer to build a gRPC service from the API type.