Skip to content

Releases: Ganesha2552/nestjs-multi-throttler

nestjs-multi-throttler v1.0.0

12 Jun 20:56
571c109
Compare
Choose a tag to compare

This is the initial release version of nestjs-multi-throttler, a rate limit handler for NestJS with support for Fastify and Express. It provides the ability to set multiple rate limits based on custom time intervals.

Key features:

  • Support for Fastify and Express frameworks
  • Ability to set multiple rate limits with custom time intervals
  • Flexible storage options including Redis, in-memory, and MongoDB
  • Forked from nestjs/throttler for enhanced functionality

This package aims to provide a comprehensive and flexible solution for rate limiting in NestJS applications. It offers easy integration and configuration options, allowing developers to enforce rate limits effectively.

Contributions, bug reports, and feature requests are welcome.

Forked from: https://github.com/nestjs/throttler