Skip to content

nestjs-multi-throttler v1.0.0

Latest
Compare
Choose a tag to compare
@Ganesha2552 Ganesha2552 released this 12 Jun 20:56
· 8 commits to main since this release
571c109

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