InterviewSolution
Saved Bookmarks
| 1. |
Explain the API gateway and why one should use it? |
|
Answer» An API Gateway is a service which sits in front of the exposed APIs and acts as an entry point for a group of MICROSERVICES. Gateway also can hold the minimum logic of routing calls to microservices and also an aggregation of the response.
|
|