(Choose 1 answer)
Which one is not a benefit of gRPC?
A. Modern, high-performance, lightweight RPC framework.
B. Supports client, server, but does not allow bi-directional streaming calls.
C. Contract-first API development, using Protocol Buffers by default, allowing for language agnostic implementations.
D. Tooling available for many languages to generate strongly-typed servers and clients.
Q: 34