JavaScript rate-limiter

Open-source JavaScript projects categorized as rate-limiter

Top 4 JavaScript rate-limiter Projects

  • bull

    Premium Queue package for handling distributed jobs and messages in NodeJS.

  • Project mention: Prioritizing Concurrent Requests: Queuing system to handle distributed processes and messages with NodeJS and Bull | dev.to | 2024-03-15

    To implement the solution with a queue, I used a package called 'Bull' (https://github.com/OptimalBits/bull). It's a library that helps with distributed job control, providing some very useful solutions for this type of work, such as background job processing, queues with priorities (FIFO, LIFO, and others), among other features. 'Bull' uses Redis for queue storage, so if your application crashes for any reason, once it's back online, it will continue executing the processes that are in the queue. In our case, we'll use the FIFO (First in, first out) queue solution, meaning priority based on arrival order.

  • bottleneck

    Job scheduler and rate limiter, supports Clustering

  • Project mention: How can i improve my web scraper to be less abusive to the website. | /r/node | 2023-06-30
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • node-fast-ratelimit

    :umbrella: Fast and efficient in-memory rate-limit for Node, used to alleviate most common DOS attacks.

  • ratelimit.org

    Rate Limited Requests made easy

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript rate-limiter related posts

  • How can i improve my web scraper to be less abusive to the website.

    1 project | /r/node | 30 Jun 2023
  • Ratelimit.org – Avoid 429 error by limiting requests per time frame

    1 project | /r/CKsTechNews | 22 Mar 2023
  • Show HN: Ratelimit.org – Avoid 429 error by limiting requests per time frame

    1 project | news.ycombinator.com | 22 Mar 2023
  • RateLimit.Org – Avoid 429 error by limiting amount of requests made per time frame

    2 projects | /r/api | 17 Mar 2023
  • Easiest way to solve 429 error without hitting API rate-limit

    1 project | /r/programming | 17 Mar 2023
  • Bottleneck not working for Deno? What's a good replacement?

    1 project | /r/Deno | 22 Dec 2022
  • Struggling with very large cron jobs in node

    1 project | /r/node | 29 Dec 2021
  • A note from our sponsor - SurveyJS
    surveyjs.io | 2 Jun 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source rate-limiter projects in JavaScript? This list will help you:

Project Stars
1 bull 15,153
2 bottleneck 1,761
3 node-fast-ratelimit 107
4 ratelimit.org 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com