DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What does the Implement It Yourself UserServiceClient example illustrate, given it doesn't actually use real protobuf?
A
It's a fully accurate reproduction of real gRPC internals
B
The conceptual SHAPE of what a generated gRPC client provides — a typed method call hiding transport/serialization details — even though the example uses JSON instead of real protobuf binary encoding
C
That gRPC and REST are functionally identical
D
How to implement HTTP/2 trailers in JavaScript
Check Answer