UNPKG

@mahdi.golzar/ratelimiter

Version:

RateLimiter is a simple tool to limit the number of requests to a server from a specific IP address within a defined time window. It helps prevent abuse and overloading of the server.

15 lines (14 loc) 272 B
{ "name": "@mahdi.golzar/ratelimiter", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "rateLimiter" ], "author": "mahdi.golzar", "license": "ISC", "description": "" }