Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Aug 27, 2023
1 parent b4f75f7 commit e16900a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ func main() {
}
```

## Rate limiting approach

`rl` uses the Sliding Window Counter pattern same as [go-chi/httprate](https://github.com/go-chi/httprate).

- https://blog.cloudflare.com/counting-things-a-lot-of-different-things/
- https://www.figma.com/blog/an-alternative-approach-to-rate-limiting/

## Reference

- [go-chi/httprate](https://github.com/go-chi/httprate)
Expand Down

0 comments on commit e16900a

Please sign in to comment.