gRPC
HTTP/2
Why¶
- gRPC standardized the client library
- a library for all popular languages
- Google maintains it, no need to worry about maintenance
- currently it uses HTTP/2, implementation detail
- Google could eventually use HTTP/3 or something newer
- Message format: Protocol buffer
- language agnostic
Usages¶
super fast server to server communication
[[History of Client Server Communication#Client libraries]]
Pros * all HTTP/2 features [[HTTP 2]]
Last update:
2023-04-24