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