grapesy
grapesy copied to clipboard
Native Haskell gRPC client and server based on `http2`
Haskell library providing gRPC client and server
The grapesy Haskell library provides a gRPC server and client.
This is work in progress; it is NOT YET READY FOR USE.
It currently depends on an unreleased version of http2; see
cabal.project.
Documentation
- Description of the demo
- Project status
Comparison to related packages
- Unlike
http2-client-grpc,grapesyuses the HTTP2 client fromhttp2rather than fromhttp2-client. - Unlike
grpc-haskell, it does not make use of any C or C++ libraries (native Haskell only).