System Design: Rate Limiter
Rate limiter is used to control the rate of traffic sent by a client or a service.
In HTTP world: Rate limiter limits the number of client requests allowed to be send in a given period of time. Once the cap is reached, rate limiter blocks request
Rat...
jesusverma.hashnode.dev8 min read