More on this book
Community
Kindle Notes & Highlights
by
Sam Newman
Started reading
December 9, 2018
A model I prefer and that I’ve seen work well is to restrict the use of these backends to one specific user interface or application, as we see in Figure 4-10. Figure 4-10. Using dedicated backends for frontends This pattern is sometimes referred to as backends for frontends (BFFs). It allows the team focusing on any given UI to also handle its own server-side components. You can see these backends as parts of the user interface that happen to be embedded in the server. Some types of UI may need a minimal server-side footprint, while others may need a lot more. If you need an API
...more