Library that provides different algorithms to perform rate limiting
-
Updated
Mar 9, 2026 - TypeScript
Library that provides different algorithms to perform rate limiting
I developed a Rate Limiter application that controls the number of requests a client can make within a specific time period, protecting services from overload and misuse. I implemented the Sliding Window Counter algorithm and built a dashboard to visualize allowed and blocked requests in real time.
In memory Rate Limiting Strategies
Implementation of Rate Limiter
Add a description, image, and links to the sliding-window-counter topic page so that developers can more easily learn about it.
To associate your repository with the sliding-window-counter topic, visit your repo's landing page and select "manage topics."