@hackage / grpc-spec

Implementation of the pure part of the gRPC spec

Latest1.0.0

About

Metadata

  • Last updated , by EdskoDeVries
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: edsko@well-typed.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    snappy (on by default)

    Enable snappy compression capabilities

Readme

This is an implementation of the pure part of the core gRPC spec at https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md. This is by no means a full gRPC implementation, but can be used as the basis for one; see grapesy for a full implementation.