• Stars
    star
    148
  • Rank 248,994 (Top 5 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Token bucket and leaky token bucket implementations in .NET

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.