https://github.com/shankytiwari/api-rate-limiter-using-nodejs-and-redis
This is a demonstration of API Rate limiting in Nodejs using Express and Redis
https://github.com/shankytiwari/api-rate-limiter-using-nodejs-and-redis
Last synced: 7 months ago
JSON representation
This is a demonstration of API Rate limiting in Nodejs using Express and Redis
- Host: GitHub
- URL: https://github.com/shankytiwari/api-rate-limiter-using-nodejs-and-redis
- Owner: ShankyTiwari
- Created: 2018-06-10T06:26:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T04:26:16.000Z (over 7 years ago)
- Last Synced: 2025-01-24T11:29:13.258Z (9 months ago)
- Language: JavaScript
- Homepage: http://www.codershood.info/2018/06/16/creating-api-rate-limiter-in-nodejs-using-express-and-redis/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Rate limiting in Nodejs using Express and Redis
This is a demonstration of API Rate limiting in Nodejs using Express and Redis.
## Installation and Usage
The below commands to install this API.
1. `npm install`
2. `node server.js`## Explanation and Blog Post
I have written a complete and well explained article on this application, for more details and Code explanation. [Click here](http://www.codershood.info/2018/06/16/creating-api-rate-limiter-in-nodejs-using-express-and-redis/) to Read the article.