How to design a rate limiter
In a network system, a rate limiter is used to control the rate of traffic sent by a client or a service. In the HTTP world, a rate limiter limits the number of client requests allowed to be sent over a specified period. If the API request count exce...
awsbuilder.hashnode.dev14 min read
Lalit
17, webdev & all things code β’ cs @bitspilaniindia '27
Nice article Salah Elhossiny. Learnt a lot from this blog. π
I was wondering if LRU a good option for rate limiting?