Skip to content

Arnel-rah/vortex-gateway

Repository files navigation

Vortex Shield 🛡️

Fastify + Redis API Gateway with Advanced Rate Limiting

Node.js Fastify Redis License Docker

Lightweight and performant API gateway built with Fastify and Redis for intelligent rate limiting. Designed to protect your APIs from abuse, spam, and basic DDoS attacks.

Perfect for microservices, SaaS backends, or any public API needing traffic control.

✨ Features

  • ⚡ Blazing fast rate limiting using Redis (token bucket / sliding window)
  • 🐳 Fully Dockerized (multi-stage build, alpine-based, < 100MB image)
  • 🔒 Production-ready logging (JSON in prod, pretty in dev)
  • 🌿 Clean TypeScript architecture
  • 🚀 Easy to extend (add auth, proxying, monitoring...)

🚀 Quick Start

With Docker (recommended)

git clone https://github.com/yourusername/vortex-gateway.git
cd vortex-gateway
docker compose up --build

About

High-performance API Gateway with rate limiting and request proxying — built with Fastify & Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors