TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About API Gateway
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Catcher Wong (9)
Ajay Kumar (2)
Keyur (2)
Tural Suleymani (1)
Abhishek Saini (1)
Devesh Omar (1)
Chetan Sanghani (1)
Ayush Gupta (1)
Rahul Rai (1)
Sardar Mudassar Ali Khan (1)
Usama Hafeez (1)
Anu Viswan (1)
Anupam Maiti (1)
Sean Franklin (1)
Jay Krishnareddy (1)
Menaka Priyadharshini B (1)
Kamal Rawat (1)
Related resources for API Gateway
No resource found
Understanding API Gateways in Microservices
11/1/2024 5:34:50 AM.
The API Gateway pattern centralizes client requests, managing authentication, logging, rate limiting, and load balancing, optimizing resilience and scalability in complex microservice architectures th
How to Create API Gateway for React JS Application?
8/24/2024 7:31:16 AM.
This guide covers setting up an API Gateway for your React.js application using Express.js. Learn how to centralize API requests, enhance security, and optimize performance by routing frontend request
Introduction to API Gateway in .NET Using Ocelot
8/12/2024 5:08:54 AM.
Learn how to implement an API Gateway in .NET using Ocelot, a powerful open-source library. This guide covers the essentials of routing, load balancing, security, and microservices management in .NET
Learn API Gateway in Micro services
8/9/2024 8:23:01 AM.
An API Gateway in microservices acts as a reverse proxy, managing incoming requests and routing them to the appropriate services. It enhances scalability, security, and performance by providing load b
Microservices Architecture with .NET Core
7/17/2024 12:17:37 AM.
Microservices architecture, using .NET Core, enhances scalability, resilience, and maintainability by breaking down applications into independently deployable services. Each service manages its own da
API Management: An In-Depth Exploration
5/30/2024 6:19:18 AM.
API Management involves the strategic handling of APIs throughout their lifecycle. It includes aspects like security, monitoring, documentation, and scalability, ensuring efficient, secure, and contro
Implementing API Gateway Pattern in Node.js Microservices
4/5/2024 8:35:44 AM.
Implementing the API Gateway pattern in Node.js for microservices architecture simplifies client interaction by centralizing access and providing essential functionalities like routing and load balanc
API Gateways and Load Balancers for Scalable Architectures
4/4/2024 4:28:26 AM.
Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple servers to ensure high availability. This article elucidates load balancer types,
SSL/TLS Termination in API Gateway Pattern
11/22/2023 4:26:16 AM.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
Microservice Architecture, Its Design Patterns And Considerations
7/25/2022 7:11:33 PM.
This article is about microservices architecture and its comparison with monolith, as well as design patterns that are important, and benefits and drawbacks.
JWT Authentication In Microservices
1/2/2022 8:55:22 AM.
This article walksthrough implementation of Jwt Authentication in a Microservice architecture. It uses Ocelot for building the API Gateway
API Gateway Desing Pattern In Microservices
8/10/2021 4:15:29 PM.
In this article, you will learn about Microservices Design using the Gateway Pattern.
AWS - API Gateway - 🔒 Only Allow Requests From Your IP
1/21/2021 2:59:56 PM.
In this short reference, I will describe how to quickly secure your API Gateway so that it will only accept requests from your IP address. This will effectively prevent any malicious attacks to your A
Microservices With Ocelot API Gateway In ASP.NET Core
9/16/2020 7:44:02 AM.
In this article we will get to know what are microservices and how to built using API Gateway in ASp.Net Core
Build A .NET Core Microservice With Ocelot API Gateway
7/6/2020 7:11:08 AM.
In this article, I am going to explain how to build a .NET core Microservice with an API gateway using Ocelot.
Invoking AWS Lambda Function Using AWS API Gateway
5/25/2020 3:19:39 AM.
In this article we will learn how Lambda function can be invoked through AWS API Gateway.
Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul)
8/16/2019 1:15:53 PM.
This article introduces how to store the configuration in consul when using Ocelot.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul)
7/15/2019 9:21:57 AM.
This article introduces the basic usage of service discovery when using Ocelot with Consul.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka)
6/4/2018 11:29:32 AM.
Service discovery is the automatic detection of devices and services offered by these devices on a computer network. A service discovery protocol (SDP) is a network protocol that helps accomplish serv
Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing
4/2/2018 3:00:48 PM.
In this article, we will discuss the load balancing module of Ocelot when building API Gateway.
Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service)
3/17/2018 10:34:09 AM.
In this article, we will discuss QoS (Quality of Service) module of Ocelot when build API Gateway.
Part Four - Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting
3/15/2018 12:09:03 AM.
In the previous articles of this series, we discussed how to build the API Gateway in ASP.NET Core.
Part Three -Building API Gateway Using Ocelot In ASP.NET Core - Logging
3/15/2018 12:07:35 AM.
In this article, we will discuss Logging when we build API Gateway using Ocelot in ASP.NET Core.
Part Two - Building API Gateway Using Ocelot In ASP.NET Core - Authentication
3/15/2018 12:04:06 AM.
In this article, I will continue with the topic of Building API Gateway In ASP.NET Core and will show you something about authentication later.
Building API Gateway Using Ocelot In ASP.NET Core
11/21/2017 12:33:34 AM.
Ocelot is aimed at people using .NET running a micro services / service orientated architecture who need a unified point of entry into their system.