DEV Community

Discussion on: Reasons to adopt gRPC in existing systems

Collapse
 
ldenholm profile image
Lochie • Edited

Perhaps an idea for maintaining protobufs might be storing them inside a "protorepo". Here is an article discussing this idea: gonuclei.com/resources/how-we-are-....

The design im currently exploring looks like:
(L1) FE <--> (L2) json/http api <--> (L3) protobuf/grpc.
L2 provides a bridge between the FE and the service-to-service gRPC api's.

grpc.io/blog/state-of-grpc-web/