Tag: rate-limiting
-
Create API Rate Limiting with Token Bucket 🪣
In this article, We will try to explore Token Bucket algorithm and its implementation in NodeJS for API Rate Limiting in very simple terms. What is Token Bucket ? Token Bucket is an algorithm which is used to limit our resources or server usage. It is an algorithm in which we have some finite amount…