Quasar + gRPC-web
-
Hello,
I want to develop a project as:
Backend go
Frontend quasar
gRPC and protobuf as service contract between quasar and go backend.
There is qRPC-web project
Also
https://github.com/b3ntly/vue-grpc
Shows a demo of it.I wonder can we do this with using quasar?
Typescript is needed/prefered as I understand, how would this effect quasar integration. -
The setup you described should be possible. In that aspect Quasar is similar to a normal Vue SPA, so you should be able to adopt the example project you linked to pretty easy. I guess you are required to use TypeScript because Protocol Buffers use types for their data.