Konubinix' opinionated web of thoughts

BFF @ SoundCloud

Fleeting

  • Référence externe :

ThoughtWorks/20160218_0000_BFF_@_SoundCloud.m

BFF is a facade that allows frontends to avoid doing several calls to APIs.

The data digestion work is done in a backend before going to the frontend.

If the backend does to much logic, like storing a state, it means that it is doing more than just a BFF and the backends should implement the feature.

graphql is most likely a good alternative to this.