This is a small tool to be able to analyze how many requests a web server can handle in a period of time, this is good for testing rate limiting
Instale app using pip of python
apt-get install python3-pip
cd RateLimiter
pip install -r requirements.txtAnd then execute using python limiter.py
I created a small server in Flask to test rate limiting.
cd server-demo
python app.pyThis is a simple project, I would like to add more options and more features and improve the project but I don't have much free time, I appreciate anyone who can contribute.
