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

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

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.