DEV Community

Discussion on: Web App Security, Understanding the Meaning of the BFF Pattern

Collapse
 
nphamvn profile image
nphamvn

Nice article! I have a question, if I want to create a MVC web app, where should I put it in the big picture?

Collapse
 
damikun profile image
Dalibor Kundrat

BFF works as proxy (gateway) you can put it behind BFF as another service with index redirection... In simple apps where you wana save services you can integrate it to BFF similar as SPA can be served from BFF...