API Gateway Explained in 4 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 4

  • @ManiBalajiC
    @ManiBalajiC 8 หลายเดือนก่อน

    Good one

  • @s8x.
    @s8x. 7 หลายเดือนก่อน

    isn’t it the same as using a url endpoint?

    • @MagnumCarta
      @MagnumCarta 5 หลายเดือนก่อน +3

      An API gateway is to centralize your access to an underlying API that might be running on multiple machines. This is useful for things like traffic management (because you're able to monitor all incoming traffic through one main gateway) and security rules (because your gateway can handle authentication). A URL endpoint could be exposed through numerous means whereas an API gateway architecture is about ensuring monitoring of every API request through the service(s). I hope that makes sense.