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
.
- Unlike
http2-client-grpc
,grapesy
uses the HTTP2 client fromhttp2
rather than fromhttp2-client
. - Unlike
grpc-haskell
, it does not make use of any C or C++ libraries (native Haskell only).