# grpc-haskell **Repository Path**: mirrors_grpc/grpc-haskell ## Basic Information - **Project Name**: grpc-haskell - **Description**: gRPC library binding for Haskell. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/grpc/grpc). 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; - [x] Low level API for client calls, streaming and unary. - [ ] Higher level client API. ## License grpc-haskell is released under the same license as [gRPC](https://github.com/grpc/grpc), repeated in [LICENSE](LICENSE). ## Contributing Please get involved! See our [guidelines for contributing](CONTRIBUTING.md).