Y
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
romed
2810 days ago
protos are not necessary for grpc. You can use whatever payload format you want to use.
link
tathougies
2810 days ago
JSON/custom binary format + HTTP2?
link
chabsf
2810 days ago
HTTP2 is just the transport, there would be a ton of machinery to implement in each language in the stack.
link