Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an instantiation of the GRPC RouteGuide example #17

Open
intractable opened this issue May 3, 2017 · 0 comments
Open

Add an instantiation of the GRPC RouteGuide example #17

intractable opened this issue May 3, 2017 · 0 comments
Assignees

Comments

@intractable
Copy link
Contributor

The RouteGuide program from the GRPC tutorials is useful because it demonstrates all of the streaming modes and some async stream interactions. It'd likely help bring new grpc-haskell users up to speed with a familiar example, as well as help us evaluate any rough edges in the high level APIs that we could do with some polishing.

I'd like to take a stab at this when I have a chance, and have been meaning to do so for a while, but if someone wants to tackle it before I'm able, feel free to do so -- just let me know if you've started so we don't duplicate effort.

@intractable intractable self-assigned this May 3, 2017
RichardWarfield pushed a commit to litxio/gRPC-haskell that referenced this issue Apr 25, 2023
RichardWarfield pushed a commit to litxio/gRPC-haskell that referenced this issue Apr 25, 2023
This adds a `Show` instance for `Builder` that generates valid Haskell
code and uses this to simplify the examples.  The `Show` instance helps
when testing `Builder` in the REPL without having to wrap everything in
`toLazyByteString`

However, this does not add a `Show` instance for
`Proto3.Wire.Encode.Builder` since that type does not expose an API for
assembling a `Builder` from a sequence of bytes
RichardWarfield pushed a commit to litxio/gRPC-haskell that referenced this issue Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant