Introduction to API Gateway

Written by corentin | Published 2020/02/05
Tech Story Tags: api-gateway | programming | microservices | devops | api-development | api-first-development | service-mesh

TLDR API gateways are a layer that sits between the client and the services it relies on. Sometimes called a "reverse proxy", they act as a single point of entry from the client to its services. Gateways can expose portions of their API to the outside world and handle versioning, security, regional localization, and more in a central place. They can also stand between any third-party API and your application's client. The most common use case of an API gateway is routing, but it can also expose internal APIs to your own clients.via the TL;DR App

no story

Written by corentin | Developer advocate at Bearer.sh - helping developers using APIs 🧸
Published by HackerNoon on 2020/02/05