Building a Simple Rate Limiter Middleware in Go using Gin
In this article, we are going to build a Rate Limiter middleware for a Gin server.
We will build a very simple rate limiter, one that stops accepting requests when these exceed the limit in a certain time frame. We Will not create a rate limiter that...
carlosmv.hashnode.dev5 min read