gRPC clients + gateways #3784
aoudiamoncef
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generating gRPC clients and gateway can be a challenging task, especially for developers who are not familiar with the language and tools required for the task.
gRPC Gateway, which is a tool that can be used to generate a reverse proxy that translates between HTTP REST API calls and gRPC calls.
Another popular gRPC gateway is the Envoy Proxy, which is a high-performance proxy that can be used to route traffic to gRPC services
We can use JSON transcoding inside Massa node. See Tonic Json codec
This is a complete list of third party plugins used with
.proto
files.Resources:
Related to #3622
Beta Was this translation helpful? Give feedback.
All reactions