-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rate limit middleware request #91
Comments
Hi @anxuanzi, I will try to develop the middleware as soon as possible. Thanks for use Atreugo 😉 |
Thank you! Looking forward to that~ |
Hi @anxuanzi, I don't forget the middleware, but lately, i don't have too much time. I will try to has it soon. |
Couldn't a rate limiter be something simple as this that we create ourselves?
|
Hi, I really like your framework and I'm currently using it for my project. I really need a rate limiter to control the traffic, I found some libraries that support Fasthttp. But I don't really know how to use them in Atreugo. Can you make a simple rate limiter middleware example to extend the Atreugo?
Libraries I found may be helpful:
https://github.com/ulule/limiter
https://github.com/didip/tollbooth
The text was updated successfully, but these errors were encountered: