Terminology

GitbookKb2021-01-12


๐Ÿช• Emoji


๐Ÿช• 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.

API Gateway Service

๐Ÿช• Gateway: BFF (Backend for Frontend)

BFF is a specific case of API Gateway. API gateway pattern is like a proxy to all microservices.

apigateway1

๐Ÿช• Sequelize BelongsTo/HasMany