How to Build an In-Memory Rate Limiter in Next.js
An API rate limiter is a server-side component of a web service that limits the number of API requests a client can make to an endpoint within a period of time. For example, X (formerly known as Twitt
freecodecamp.org16 min read