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
- Host: GitHub
- URL: https://github.com/telkomdev/node-login-throttling-demo
- Owner: telkomdev
- Created: 2019-12-10T05:44:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:38:22.000Z (over 3 years ago)
- Last Synced: 2025-03-06T08:57:46.869Z (about 1 year ago)
- Topics: nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```