Skills
180,898Reusable AI skills and capabilities for agent workflows
Implementation of the most common rate limiting algorithms: Fixed Window, Sliding Window, Leaky Bucket, Token Bucket. To be used as middleware for express applications.
A modern Promise rate-limiter for Node.js projects, implementing a fixed-window throttling policy. It restricts the number of tasks that can *start* execution within distinct, non-overlapping time windows. The API provides backpressure control by signalin
Enhanced fastify server cookie-parser, cors, helmet, rate-limiter and opt-in Mongo DB connection.
A lightweight, dependency-free rate limiter for Node.js using a sliding window
Simple rate-limiter NPM Module used for blocking IPs that exceeds certain number of requests per second in a specific time frame.
[](https://travis-ci.org/jlmurphysa/rate-limiter) [](https://coveralls.io/
An integration for node-rate-limiter-flexible into hapi.js
A Token-Bucket Rate Limiter library for Node.js
IP based token bucket rate limiter / throttler.
A rate limiter that uses redis to horizontally scale across servers. It allows a user to set the number of tokens per user per timeframe. What separates this package from the rest is it is race-condition safe since it uses a LUA script for atomic funcs
A rate limiting library that provides various algorithms
A reusable API Rate Limiter library for Node.js applications that supports both Express and NestJS frameworks. This library helps secure your backend by limiting the number of requests to your API endpoints.