C# | Implementing API gateway using ocelot in asp.net core application
API Gateway is an API management tools that sits between a client application and backend application. It agregates different services, maintain load balancing and work as reverse proxy. Ocelot is ...