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 is the single most important practical fact about gRPC for frontend engineers, per this topic?
A
gRPC is always faster than REST in every scenario
B
Browsers cannot speak native gRPC directly — a proxy (grpc-web) or a BFF translation layer is REQUIRED for any browser-based client
C
gRPC only works with Python
D
gRPC cannot be used for microservices
Check Answer