Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
3 results for “Backend for Frontend”
Terminology · 2
term
Architecture Patterns
term
API & Integration
Backend for Frontend
A separate, narrow backend per client experience, which aggregates and reshapes downstream services for exactly that client's needs.
GraphQL
A query language and runtime where the client specifies exactly which fields it needs, against a typed schema, usually via a single endpoint.