An open API service indexing awesome lists of open source software.

https://github.com/telkomdev/node-login-throttling-demo

Login throttling and rate limiter demo with NodeJs(express + restify) and Redis
https://github.com/telkomdev/node-login-throttling-demo

nodejs redis

Last synced: 9 months ago
JSON representation

Login throttling and rate limiter demo with NodeJs(express + restify) and Redis

Awesome Lists containing this project

README

          

## Login throttling demo with NodeJs and Redis

### Getting started

Install dependencies
```shell
$ npm install
```

Run `redis broker` with `Docker`
```shell
$ docker-compose up -d
```

Run app
```shell
$ npm start
```