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

https://github.com/imrandil/nodejs_rate_limiter_project

a rate limiter project using nodejs and custom implementation of rate limiting based on ip
https://github.com/imrandil/nodejs_rate_limiter_project

custom-implementation nodejs rate-limiting

Last synced: about 1 month ago
JSON representation

a rate limiter project using nodejs and custom implementation of rate limiting based on ip

Awesome Lists containing this project

README

          

# Node.js Rate Limiter Project

A simple Node.js project demonstrating rate limiting middleware for limiting the number of requests from an IP within a specified time window.

## Table of Contents

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)

## Getting Started

### Prerequisites

Ensure you have the following installed on your machine:

- Node.js
- npm (Node Package Manager)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/IMRANDIL/nodejs_rate_limiter_project.git
```
![Made with love](https://img.shields.io/badge/Made%20with-%E2%9D%A4-red)