ratelimiter This demonstrates a rate-limiter using Redis sorted sets. It assumes a running Redis instance on localhost:6379. Prerequisites Node.js including npm Setup npm install Run npm start Test Go to localhost:3000 and reload the page multiple times.