Building a Token Bucket Rate Limiter in Go with Chi and sync primitives
Rate limiting is a problem every HTTP service eventually faces. In this post I will walk through building an in-memory token bucket rate limiter in Go, using chi for routing and nothing but the standa
lethuzulu.hashnode.dev9 min read