@fastify/rate-limit Logo

@fastify/rate-limit

0
Free
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

ALTERNATIVES

Dynamic Java code instrumentation kit for Android applications.

A tool for secure content publishing and verification using offline signing and trusted collections.

A security feature to prevent unexpected manipulation of fetched resources.

A Burp Suite content discovery plugin that adds smart functionality to the Buster plugin.

Curiefense is an application security platform that protects against various threats and offers community involvement.

Emulates browser functionality to detect exploits targeting browser vulnerabilities.

Fnord is a pattern extractor for obfuscated code that extracts byte sequences and creates statistics, as well as generates experimental YARA rules.

A web-based tool for instrumenting and analyzing Android applications using Flask, Jinja, and Redis.