• Stars
    star
    153
  • Rank 234,978 (Top 5 %)
  • Language
    Haskell
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gRPC library binding for Haskell.

gRPC for Haskell

This is an experimental library for using gRPC from Haskell. It's not ready for production use.

The haskell library wraps the C library. Only the client side of RPCs are supported. grpc-haskell does not generate the RPC stubs, nor does it handle proto serialization/deserialization. Projects that generate Haskell code for serialization/deserialization may also generate stubs that use grpc-haskell.

Client side features;

  • Low level API for client calls, streaming and unary.
  • Higher level client API.

License

grpc-haskell is released under the same license as gRPC, repeated in LICENSE.

Contributing

Please get involved! See our guidelines for contributing.