atsid / express-jefferson

Declarative Application Routing
Apache License 2.0
4 stars 1 forks source link

Add a Rate Limiter Proxy #39

Open darthtrevino opened 9 years ago

darthtrevino commented 9 years ago

We've noticed some interesting traffic patterns on one of our applications within the last month where users are scripting against the same API endpoint every 10 seconds. We should add the capability to throttle consumers of APIs to prevent abuse patterns like this.

https://github.com/jhurliman/node-rate-limiter

darthtrevino commented 9 years ago

Bah, this is for consuming APIs