Added entry bucket4j - Java rate limiting library based on token-bucket algorithm (#694)

Add bucket4j
This commit is contained in:
Nikolay Chernov
2018-10-16 21:24:49 +03:00
committed by Andreas Kull
parent 3a262e96b2
commit ab611836e0

View File

@ -945,6 +945,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Libraries which provide general utility functions.*
- [bucket4j](https://github.com/vladimir-bukhtoyarov/bucket4j) - Rate limiting library based on token-bucket algorithm.
- [cactoos](http://www.cactoos.org) - Collection of object-oriented primitives.
- [CRaSH](http://www.crashub.org) - Provides a shell into a JVM that's running CRaSH. Used by Spring Boot and others.
- [Dex](https://github.com/PatMartin/Dex) - Java/JavaFX tool capable of powerful ETL and data visualization.