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

Is there any way to generate python gateway code? #398

Closed
chaitanya9186 opened this issue May 22, 2017 · 5 comments
Closed

Is there any way to generate python gateway code? #398

chaitanya9186 opened this issue May 22, 2017 · 5 comments

Comments

@chaitanya9186
Copy link

No description provided.

@achew22
Copy link
Collaborator

achew22 commented May 27, 2017

@chaitanya9186 Can you elaborate a little bit more. How do you mean "python gateway code"?

@chaitanya9186
Copy link
Author

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?

@chaitanya9186
Copy link
Author

@achew22
Copy link
Collaborator

achew22 commented May 29, 2017

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 achew22 closed this as completed May 29, 2017
@chaitanya9186
Copy link
Author

@achew22 Thanks for the clarification.

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

2 participants