Jan 30, 2026 – Support for gRPC Web
gRPC (Google Remote Procedure Call) is a high‑performance, open‑source RPC framework designed for efficient communication between services. It uses Protocol Buffers (protobuf) as its interface definition language and serialization format. Unlike traditional REST APIs that rely on text‑based JSON or XML, protobuf encodes messages into a compact binary format, reducing the payload size and improving performance.
