What is the purpose of an API Gateway in a microservices system?
-
A
To store shared application state
-
B
To serve as a single entry point that routes requests to appropriate services
-
C
To compile microservices into a monolith
-
D
To host the front-end user interface