Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 389 Bytes

File metadata and controls

7 lines (6 loc) · 389 Bytes

FRONTEND - MIDDLE-END - BACKEND

  • We need an intermediate layer between the client side and microservices
  • Using this middle end, when client sends request we will be able to make decision that which microservice should actually respond to this request
  • We can do message validation, response transformation, rate limiting
  • We try to prepare an API Gateway that acts as this middle end