grpc-haskell icon indicating copy to clipboard operation
grpc-haskell copied to clipboard

Another grpc-haskell implementation

Open Gabriella439 opened this issue 8 years ago • 2 comments

I just wanted to let you know that we have another open source implementation of Haskell bindings to grpc here:

https://github.com/awakesecurity/gRPC-haskell

We're happy to rename our library if you want. Also, if you want to consolidate any effort, just let us know

Gabriella439 avatar Jul 28 '17 16:07 Gabriella439

Oh, no. It's a shame that we didn't work together earlier :( I haven't been able to work on grpc/grpc-haskell for a while, but I would relly like to see some consolidation or at least collaboration.

It seems that you don't ship with the grpc C code, and you don't have interop tests? I found and fixed lots of bugs when implementing the interop tests.

kolmodin avatar Oct 30 '17 20:10 kolmodin

@kolmodin: We use Nix to supply the grpc code rather than vendoring it into the repository. We also have interop tests with the Python implementation

Gabriella439 avatar Nov 03 '17 16:11 Gabriella439