Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 743 Bytes

File metadata and controls

32 lines (20 loc) · 743 Bytes

Rate Limiter

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

Demo

Alt text

Installation

Instale app using pip of python

  apt-get install python3-pip
  cd RateLimiter
  pip install -r requirements.txt

And then execute using python limiter.py

Running the tests

I created a small server in Flask to test rate limiting.

  cd server-demo
  python app.py

Contribution

This 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.