In the final part of this series, we move our gateway configuration into a YAML file and implement JWT-based …
In this tutorial, we add load balancing to our API gateway with round-robin distribution and background health checks …
In this tutorial, we implement a token bucket rate limiter as middleware for our API gateway, protecting backend …
In this tutorial, we build a composable middleware system using Rust traits. We implement logging, CORS, and custom …
In the second part of this series, we add a routing layer to our API gateway so it can forward requests to different …
In the first part of this series, we set up our Rust project, learn the basics of async programming with Tokio, and …
In this project series, we are going to be building a fully functional API gateway from scratch in Rust! We'll cover …