AbhinayBhadauria99 / API_Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links to Other Microservices of Project Udaan

  1. AirTicketBookingService

  2. Reminder Service

  3. Authentication Service

  4. Flight and Search Services

  5. API Gateway

FRONTEND - MIDDLE-END - BACKEND

  • We need an intermediate layer between the client side and the 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.

About


Languages

Language:JavaScript 100.0%