tunnckoCore / koa-better-ratelimit

:rocket: Smart and easy request rate limiter for your APIs built on `koa`, using `koa-ip-filter`. Support custom stores, custom ID, custom error messages and custom headers.
http://j.mp/1stW47C
MIT License
38 stars 6 forks source link

Caveats of in-memory storage #1

Closed tmilewski closed 10 years ago

tmilewski commented 10 years ago

I understand that this was built using in-memory stores by design but it might be helpful to others to add a caveats section to the README.

This is so that people understand that this type of store will only work effectively if you're running on a single machine or you want to enforce limits on a per-machine basis.

tunnckoCore commented 10 years ago

I think that is near to the mind.