what you do or the user does when he reached their rate limits ?

This page summarizes the projects mentioned and recommended in the original post on /r/node

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • rate-limiter-flexible

    Atomic counters and rate limiting tools. Limit resource access at any scale.

  • There are a few different rate limiter libraries out there you can use if you don't want to build something from scratch. This one looks good. You'll want access to a fast data store like Redis, or alternatively a SQL database like Postgres/MySQL.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • API Limiting: Best Practices and Implementation

    2 projects | dev.to | 1 May 2023
  • Trouble adding rate limiter to API route in Nextjs

    2 projects | /r/node | 31 Jul 2021
  • Is there any request limiter compatible with "oak" framework?

    1 project | /r/Deno | 9 Apr 2021
  • How to rate limit a login route in Express using node-rate-limiter-flexible and Redis

    2 projects | dev.to | 31 May 2021
  • API Rate Limit for Small Size to Large Production Ready Applications in Node.js

    2 projects | dev.to | 11 Feb 2021