What I Built
Resilix is an ultra-high-performance, enterprise-grade distributed Token-Bucket Rate Limiter and Request Deduplicator middleware designed for modern microservices.
It handles sudden traffic spikes elegantly, guarantees O(1) time complexity for state evaluation, mitigates Race Conditions using atomic Redis Lua scripting, and minimizes memory footprint through structural path optimization.
Why It Matters
In distributed architectures, naive rate-limiting solutions suffer from synchronization lag and the "noisy neighbor" problem. Resilix ensures zero-leak token tracking, thread-safe execution, and highly optimized request fingerprinting to prevent DDoS/brute-force vectors at the API edge.













