Terminology
GitbookKb2021-01-12
๐ช Emoji
- emoji: Emojis are little digital icons or images used to express an idea or an emotion.
- svg.js
- Beautiful hand-crafted SVG icons
- bit.dev
๐ช API Gateway
The API Gateway pattern is also sometimes known as the โbackend for frontendโ (BFF) because you build it while thinking about the needs of the client app. Therefore, the API gateway sits between the client apps and the microservices. It acts as a reverse proxy, routing requests from clients to services.
๐ช Gateway: BFF (Backend for Frontend)
BFF is a specific case of API Gateway. API gateway pattern is like a proxy to all microservices.