BFF
Backend for Frontend (BFF) is an architectural pattern where a dedicated backend layer is built specifically for one client application or client type, tailoring API responses to that client's exact needs rather than exposing a one-size-fits-all API.
5 resources across 2 libraries
Glossary Terms(2)
API Gateway
An API Gateway is a server that sits in front of one or more backend services, acting as a single entry point that handles routing, authentication, rate limiti…
BFF (Backend for Frontend)
Backend for Frontend (BFF) is an architectural pattern where a dedicated backend layer is built specifically for one client application or client type, tailori…
Interview Questions(3)
What is the Backend for Frontend (BFF) Pattern?
The Backend for Frontend (BFF) pattern gives each distinct client type — web, mobile, third-party partner — its own dedicated backend layer that shapes, aggreg…
What Is the Backend-for-Frontend (BFF) Pattern?
The Backend-for-Frontend pattern is a dedicated server layer, owned by the frontend team, that sits between a specific client (web, mobile, etc.) and the under…
What Is the API Gateway Pattern?
An API gateway is a single entry point that sits in front of a set of backend services, routing each incoming request to the right service while centrally hand…