Sliding Window Rate Limiter

Click "Send Request" to test the rate limiter. The sliding window continuously moves with time, maintaining a rolling count of recent requests.

5 requests per window
3000 ms per window

Request Timeline

Window Start
Now
0.0s
1.0s
2.0s
3.0s
4.0s
5.0s
6.0s
Served
Rejected
Sliding Window
0
Served
0
Rejected
0
In Sliding Window