Login throttling demo with NodeJs and Redis Getting started Install dependencies $ npm install Run redis broker with Docker $ docker-compose up -d Run app $ npm start