packagemain.tech

packagemain.tech

Share this post

packagemain.tech
packagemain.tech
Performance Benchmarking: gRPC+Protobuf vs. HTTP+JSON
Copy link
Facebook
Email
Notes
More

Performance Benchmarking: gRPC+Protobuf vs. HTTP+JSON

A fair benchmark with Go examples to compare Protocol Buffers over gRPC vs. JSON over HTTP/1 and HTTP/2.

Alex Pliutau's avatar
Alex Pliutau
Jun 17, 2024
∙ Paid
46

Share this post

packagemain.tech
packagemain.tech
Performance Benchmarking: gRPC+Protobuf vs. HTTP+JSON
Copy link
Facebook
Email
Notes
More
14
7
Share

While human-readable JSON over HTTP remains a popular choice for service communication due to its simplicity and familiarity, in Microservices architectures gRPC is emerging as a popular choice for communication.

It is mainly because in the case of internal services, the structured formats, such as Protocol Buffers, are a better choice than JSON for enco…

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 Aliaksandr Pliutau
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More