@hackage / acolyte-grpc

gRPC interpretation for acolyte API types

Latest0.1.0.1

About

Metadata

  • Last updated , by joshburgess
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Josh Burgess <joshburgess.webdev@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

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.