icerpc / icerpc-docs

Documentation site for IceRPC
https://docs.icerpc.dev
Other
7 stars 6 forks source link

gRPC without protobuf #185

Closed pepone closed 1 year ago

pepone commented 1 year ago

For example, gRPC's IDL is Protobuf and you'd be hard pressed to find examples of gRPC applications that don't use Protobuf.

examples of using gRPC with JSON are a google search away

I would remove the sentence.

bernardnormier commented 1 year ago

Looking at your two articles, they actually make my point: using gRPC with an IDL other than Protobuf--such as JSON--is uncommon & much harder than with IceRPC.

I guess I could reword it: For example, gRPC's default IDL is Protobuf. Using gRPC with another IDL is doable but requires significant efforts.