-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add dockerfile / envoy proxy with vue.js example #10
Comments
https://github.com/socotecio/django-socio-grpc-example/pull/11/files Here is your example. Going to make a first documentation in Django Socio grpc to explain my step and how I did it |
Here is the coming doc: socotecio/django-socio-grpc#230 |
This is great news @AMontagu ! |
btw. I also added an buf generated api folder to the example :) - we are thinking along the same lines (I hope, I did not break anything with the merge). |
regarding the vue.js frontend in the DSG the example: what do you think about the aesthetics of this bootstrap example: https://www.youtube.com/watch?v=O_9u1P5YjVc ? |
Okay I will look into the api folder see if I can avoid to duplicate it even if I am afraid that to use it simply we need to have it in the folder where node module are or install buf cli globally or mount a docker volume will see what the best. For bootstrap, I personnaly prefere keeping the example the more agnostic possible. Ideally I should have use vanilla JS instead of Vue but didn't wanted to loose time on it. I also want it to be very simple so it's easily comprehensible. Now that this is said I created a frontend folder for a reason: allow multiple front example (more advanced, React, Angular, ...) So you can create a new one with an explicit name saying that it's more complete. In this scenario I would recommend your to use Vuetify instead of Vue-Bootstrap. |
:) - very good (I also like Vuetify), @AMontagu. |
Hi @AMontagu,
it would be nice, if we could dockerise everything, as you already proposed.
And it would be even cooler, if we add an envoy proxy and a tiny vue.js application to the example,
just how to demonstrate, how this works.
(I would be more than happy - and you have quite some expertise on that ;)
The text was updated successfully, but these errors were encountered: