Hacker News new | ask | show | jobs
by chabsf 2810 days ago
Furthermore, in the case where I'm using protobufs as a necessary evil of grpc, what's the best alternative here?
2 comments

protos are not necessary for grpc. You can use whatever payload format you want to use.
JSON/custom binary format + HTTP2?
HTTP2 is just the transport, there would be a ton of machinery to implement in each language in the stack.