-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
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 |
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! |
Would it be an option to generate the proto/grcp library in javascript using existing tools and then call it from elm ? |
Just a note: |
Now we have grpc-web, will this help? |
this could generate typed client code for grpc services
The text was updated successfully, but these errors were encountered: