@fastify/rate-limit Logo

@fastify/rate-limit

0
Free
Updated 11 March 2025
Visit Website

A low overhead rate limiter for your routes. This plugin will add an onRequest hook to check if a client (based on their IP address) has made too many requests in the given timeWindow. Usage: Register the plugin and, if required, pass some custom options. Example: ```javascript import Fastify from 'fastify' const fastify = Fastify() await fastify.register(import('@fastify/rate-limit'), { max: 100, timeWindow: '1 minute' }) fastify.get('/', (request, reply) => { reply.send({ hello: 'world' }) }) fastify.listen({ port: 3000 }, err => { if (err) throw err console.log('Server listening at http://localhost:3000') }) ```

FEATURES

SIMILAR TOOLS

DECAF++ is a fast whole-system dynamic taint analysis framework with improved performance and elasticity.

A plugin for viewing, detecting weak configurations, and generating Content Security Policy headers.

An Application Security Posture Management platform that provides visibility, security controls, and risk management across the software development lifecycle from code to cloud deployment.

Application monitoring and security platform that provides runtime visibility, threat detection, and automated response capabilities for application-layer security

An application security platform that provides runtime threat modeling, vulnerability management, and automated remediation workflows with a focus on identifying exploitable vulnerabilities in production environments.

A brute-force protection middleware for express routes that rate-limits incoming requests.

ConDroid performs concolic execution of Android apps to observe 'interesting' behavior in dynamic analysis.

An AI-powered application security platform that provides automated discovery, testing, and continuous monitoring of applications and APIs with minimal operational impact.

A tool for identifying potential security vulnerabilities in dependency configurations by checking for lingering free namespaces for private package names.

CyberSecTools logoCyberSecTools

Explore the largest curated directory of cybersecurity tools and resources to enhance your security practices. Find the right solution for your domain.

Operated by:

Mandos Cyber • KVK: 97994448

Netherlands • contact@mandos.io

VAT: NL005301434B12

Copyright © 2025 - All rights reserved