Hello, I would like to hear what you people think about approach mentioned in the title in general.
Also:
- Is a combination of gRPC and protobuf a feasible technology for an app that runs on a single server and sends updates to clients within the same network (Usually used by 2 to 30 users at the same time)?
- Would you implement the client side in a similiar manner to a client that consumes a RESTful service or are there any huge differences?
- In a small team: Do you think it is possible maintain the services in a way, that clients won't have to updated everytime the server is updated? (e.g. clients that use api.v1 can still operate with a server that is on api.v2)
Thank you for your insights.