leaky-bucket-queue

JSON →
library 0.0.2 ·javascript
verified Jun 7, 2026

An RxJS-based leaky bucket rate limiter implementing burstable throttling with a queue. Version 0.0.2 provides a simple, type-safe queue that allows bursts of traffic up to a configurable burst size within a sliding period. Ideal for smoothing API calls while maintaining responsiveness. Compared to simpler throttle/debounce approaches, leaky bucket permits short bursts without stuttering. Currently in early development with limited API surface. No significant release cadence established.