로딩
티스토리 데이터 처리 중입니다.

API gateway 와 Microgateway란? 개념 및 특징

 API gateway 와 Microgateway란? 개념 및 특징

What is an API gateway? API gateway란?

An API gateway is an API management tool that sits between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the various services required to fulfill them, and return the appropriate result.

Exactly what the API gateway does will vary from one implement.....