API Gateways

abhishek_konthalapalli_38

Abhishek Konthalapalli

Posted on July 1, 2024

API Gateways

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.

πŸ’– πŸ’ͺ πŸ™… 🚩
abhishek_konthalapalli_38
Abhishek Konthalapalli

Posted on July 1, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Stun Protocol, Port and Traffic
webrtc Stun Protocol, Port and Traffic

October 10, 2024

TCP Vs UDP Protocol
networking TCP Vs UDP Protocol

October 7, 2024

transcoding vs encoding
webrtc transcoding vs encoding

October 5, 2024