This content originally appeared on DEV Community and was authored by Abhishek Konthalapalli
The What
API Gateways to extract bunch of code that would otherwise be inside your servers and extract it out to a different server.
The Why / Advantages
Authorization: User authentication can be done before sending the request to your microservices.
Transformation & Validation : Client would have the liberty to send data in a clean uniform format, API gateway would transform the data and validation then pass it to the microservice in a customized format.
Client can avoid DNS lookup: responsibility of routing to server and load balancing can be situated in API Gateway.
Rate limiting: API gateway can supervise the requests from the clients and prevent DDOS attacks.
This content originally appeared on DEV Community and was authored by Abhishek Konthalapalli
Abhishek Konthalapalli | Sciencx (2024-07-01T18:52:28+00:00) API Gateways. Retrieved from https://www.scien.cx/2024/07/01/api-gateways/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.