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

support gRPC services #2

Open
tmc opened this issue Jun 13, 2016 · 6 comments
Open

support gRPC services #2

tmc opened this issue Jun 13, 2016 · 6 comments

Comments

@tmc
Copy link

tmc commented Jun 13, 2016

this could generate typed client code for grpc services

@tiziano88
Copy link
Owner

Indeed, it would be nice to generate gRPC stubs; I don't expect to be able to implement this in the short term, but it's definitely on my list. Feel free to send contributions if you wish

@tiziano88 tiziano88 changed the title support services support gRPC services Aug 23, 2016
@tiziano88
Copy link
Owner

I think in order to support the real gRPC protocol, we would have to first implement protobuf binary serialization (not just JSON) over HTTP2, which is a considerable amount of work. But I'm leaving this open in case anyone has any ideas on how to go about that!

@azr
Copy link

azr commented May 19, 2017

Would it be an option to generate the proto/grcp library in javascript using existing tools and then call it from elm ?

@awalterschulze
Copy link

Just a note:
grpc is supposed to be serialization agnostic, with a preference for protobufs.
Also since proto3, json is an official serialization format supported by the proto spec.

@qwfy
Copy link

qwfy commented Jan 25, 2019

Now we have grpc-web, will this help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants