core icon indicating copy to clipboard operation
core copied to clipboard

Enable grpc based clients

Open g41797 opened this issue 2 years ago • 1 comments

just to discuss - support of grpc(grpc-web) on the server side will simplify development of client libraries and gRPC is amazing buzzword now

g41797 avatar Jun 07 '23 15:06 g41797

Yes, but I'm not sure about the efforts required to support grpc in parallel of the REST API.

This certainly could help with client libraries generation. This need some investigation to measure the amount of work it would require to implement.

dstpierre avatar Jun 20 '23 19:06 dstpierre

After giving this some thoughts, I don't think adding gRPC at this point would make things easier from the PoV of a user of StaticBackend.

It would help for client-side code generation, but the backend JSON API is already big enough to maintain without adding another layer.

Thanks for the suggestion.

dstpierre avatar May 17 '24 12:05 dstpierre