Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 199 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 199 Bytes

Flask Simple Rate limiting Example

This demo contains two possible rate limiting methods

  • Fixed Bucket
git checkout fixed_bucket
  • Sliding Window
git checkout sliding_window