Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 641 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 641 Bytes

RateLimiters

Token Bucket and Leaky Bucket implementations in .NET. These strategies can be used to rate limit requests in diverse web, backend or API calls scenarios.

This project is a .NET clone after this Java implementation by @sudohippie

Build status Build status

This library is continuously integrated using AppVeyor service.