RE: GRPC and Vaadin 8.x

I do not know much about GRPC, just that it is somewhat alternative solution to REST or SOAP. Vaadin is UI framework, and is fairly independent to what you use for backend. So you can use whatever you find suitable tooling in Java. So if there is well maintained and supported Java library to do the GRPC communications and GRPC is given backend to you, then I would say yes, you can do it.

Hello World,

I am considering starting a project using Vaadin with the application communicating with a GRPC server.
Has anyone tried this? If so, can I get your review? Is it even feasible? Also, if possible, could you refer
me to examples? I have seen a few HelloWorld-level examples, but nothing sophisticated.

Thanks