MENU

Fun & Interesting

Implementing API Gateway With Ocelot in ASP.NET Core

Code Maze 10,469 8 months ago
Video Not Working? Fix It Now

►► Check out our courses: https://bit.ly/cdmz-courses ►► Support us on Patreon and get the source code: https://www.patreon.com/CodeMaze Hi everyone. My name is Marinko Spasojevic and in this video, I will talk about creating an API gateway for your microservices in ASP.NET Core. An API Gateway acts as a mediator between client applications and the backend services within the microservices architecture. It is a software layer that functions as a single endpoint for various APIs performing tasks such as request composition, routing, and protocol translation. To be able to create the gateway project, I will use Ocelot. Ocelot is an open-source API Gateway, designed for microservices architecture, and in this video, you will see how it makes the process of creating an API gateway so easy. Also, I will show you how we can cache results and implement Rate limiting using Ocelot. LINKS MENTIONED IN THE VIDEO ►► Secure Microservices Using JWT With Ocelot - https://youtu.be/mf4-Jr_KGQA FOLLOW US ON SOCIAL MEDIA! ►► https://www.linkedin.com/in/marinko-spasojevic/ ►► https://twitter.com/CodeMazeBlog ►► https://www.facebook.com/CodeMazeBlog

Comment