vinay117 / RateLimiter

A simple rate limiter implementation in Java using the token bucket algorithm. Can be used to limit the number of requests that an application can receive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A simple rate limiter implementation in Java using the token bucket algorithm. Can be used to limit the number of requests that an application can receive.