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

Django apps as grpc clients #16

Open
smarru opened this issue Mar 18, 2021 · 1 comment
Open

Django apps as grpc clients #16

smarru opened this issue Mar 18, 2021 · 1 comment

Comments

@smarru
Copy link

smarru commented Mar 18, 2021

Very nice project Kudos Stan.

Sorry for the orthogonal question. We have grpc services written in Java and a Django based portal. To communicate with grpc, we end up adding a django rest framework layer to do the marshalling or add Envoy Proxy on server side to expose REST api's. Do you happen to have pointers for us to directly consume grpc messages in a django app with Vue.js front-end? -- Thank you

@gluk-w
Copy link
Owner

gluk-w commented Mar 18, 2021

Try gRPC bindings for javascript - https://github.com/grpc/grpc-web

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