-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Is there any way to generate python gateway code? #398
Comments
@chaitanya9186 Can you elaborate a little bit more. How do you mean "python gateway code"? |
Currently there is a way to generate grpc gateway or rest proxy server code in golang. Is there anyway we can generate similar code in python? |
Sample golang gateway generated code: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/examples/examplepb/echo_service.pb.gw.go |
The code that is generated in that case is highly dependent on the rest of the code in this library. Without a complete rewrite of the core of this project I'm not sure we will be able to generate python code that works. There is a project similar to the efforts here, grpc-jersey which does this for Java and Jersey. You could use these two projects as a template for doing something in python. I look forward to hearing about your work 😄 |
@achew22 Thanks for the clarification. |
No description provided.
The text was updated successfully, but these errors were encountered: