Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Benchmarking gRPC+Protobuf vs HTTP+JSON in Go
https://pliutau.com/benchmark-grpc-protobuf-vs-http-json/
links
backlinks
Roast topics
Find topics
Find it!
Simplest possible solution for communication between services is to use JSON over HTTP. Though JSON has many obvious advantages - it’s human readable, well understood, and typically performs well - it also has its issues.