Also known as
- Backend For Frontend
- BFF Pattern
Intent of Backends For Frontends Pattern
Provide each client-side application (mobile, desktop, chatbot, and so on) with its own dedicated
backend service, so every client gets an API shaped exactly for its own needs instead of sharing
one general-purpose backend with every other client.