@ag_dubs/artax

1.1.0 • Public • Published

artax

exponentially stall a functional call based on frequency of a keyed request to call

artax

artax is a package that allows you to exponentially stall responses based on the frequency of a keyed request. for example, if a specific IP requests an endpoint too frequently, you can use artax to stall the handler sending a response back, until the rate of request is reduced.

installation

npm install @ag_dubs/artax --save

usage

see this example.

artax uses redis. you'll need to have a redis-server running for artax to work.

Readme

Keywords

none

Package Sidebar

Install

npm i @ag_dubs/artax

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • ag_dubs