Skip to content

ctliu3/tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tap

Tap is rate limiter written in golang. Currently, this project is built only for learning purpose, be careful if you want to use it in production environment.

Features

  • Supports two rate limiting algorithms: leaky bucket and token bucket
  • Supports distributed rate limiting, backend with redis
  • Easy configured with toml (only for non-distributed version)

License

MIT

About

Rate limiter implemented by golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages