karimsa/rsxjs

Add ratelimiter component

Opened this issue · 0 comments

Strategies for rate limiting:

  • Distributed debounce
  • Distributed throttle
  • Requests per time (i.e. semaphore with expiration)