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 #15

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

django apps as grpc clients #15

smarru opened this issue Mar 18, 2021 · 1 comment

Comments

@smarru
Copy link

smarru commented Mar 18, 2021

This is quite an interesting project, but I have an orthogonal question, sorry for asking on the wrong forum.

We have grpc services written in Java and a Django-based portal with vueJS front end. To communicate with grpc services, we end up adding a django rest framework layer to do the marshaling/unmarshalling of grpc to REST so VueJS can consume or add an Envoy Proxy on the 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

@AMontagu
Copy link

AMontagu commented Apr 6, 2022

Hello,

You should use grpc-web with an envoy filter.

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