Build Real Projects 🚀
Project Name
Move your Rust API gateway config into YAML and add JWT-based authentication middleware to protect your backend services.
Project Name
Add round-robin load balancing to your Rust API gateway, with background health checks that automatically remove unhealthy backends.
Project Name
Implement a token bucket rate limiter as middleware for your Rust API gateway, protecting backends by tracking requests per client IP.
Project Name
Build a composable middleware system in Rust using traits, implementing logging, CORS, and custom header injection for your API gateway.
Project Name
Add a routing layer to your Rust API gateway so it forwards requests to different backend services based on URL path patterns.
Project Name
Set up a Rust project, learn async basics with Tokio, and build a working reverse proxy that forwards HTTP requests to a backend.