Introducing @radioac7iv/rate-limiter – A Lightweight API Rate Limiting Library #1313
0xRadioAc7iv
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rate Limiter
A lightweight and efficient rate-limiting library for Node.js, designed to help developers control API request rates and prevent abuse.
Key Features
✅ Multiple Storage Backends – Use In-Memory, Redis, or MongoDB based on your needs.
🔄 Dynamic Rate Limiting – Adjust limits on-the-fly per user, IP, or custom rules.
⚡ Framework Agnostic – Seamlessly integrates with Express, Fastify, and NestJS.
Setup
Installation
Usage
Basic example using Express:
Repo Link: Rate Limiter
Docs Link: Docs
NPM Link: npmjs
Beta Was this translation helpful? Give feedback.
All reactions