Sawijining API gateway yaiku titik mlebu tunggal sing lungguh ing ngarep layanan backend — nangani keperluan lintas-potong seperti routing, authentication, rate limiting, lan luwih. Iku utamane gunane ing arsitektur microservices kanggo ngentralisir fungsionalitas umum.
Apa sing ditindakake API gateway
The API GATEWAY is a single entry point in front of backend services:
Client → API GATEWAY → ┬→ Service A
├→ Service B
└→ Service C
→ handles cross-cutting concerns in ONE place (so services don't each implement them)
→ routes requests to the right service; abstracts the backend from clients
