@viper/rate-shield
> 🚀 Lightweight, blazing-fast rate limiter middleware for Express to protect your app from DDoS and abuse.
---
Features
- Simple and pluggable rate limiting middleware
- In-memory store for fast prototyping or small apps
- Redis-backed store for distributed and scalable environments
- Customizable rate limits and response messages
- Adds standard rate limit headers (
X-RateLimit-Limit,
X-RateLimit-Remaining)
- Easy integration with Express apps
---
Installation
```bash
npm install @viper_droid/rate-shield