-
- [ ] Using fixed-window, in-memory.
- [ ] Using [reCAPCHA](https://developers.google.com/recaptcha/intro).
-
What do you think about implementing a default balancer to avoid flood limits requests api?
For example all Raw calls are queued and make sure that only 30 req/s can be done
-
Hi, I've tried setting up the rate limiter with Hono but I'm running into strange TypeScript errors that I can't explain.
Here's the code I started with:
```ts
import { cloudflareRateLimiter } …
-
Hi! I wanted to inquire if you thought it would be possible to add a ratelimiter to some of the events. I'm thinking specifically the events subscribed to in `FieldIndex.ts`, such as the vault `modi…
-
use token buckets? need to limit for both openai and merriam-webster
-
This should be a simple middleware that you can import from `@joystick.js/node`.
-
Could not resolve "cloudflare:worker"
node_modules/@hono-rate-limiter/cloudflare/index.esm.js:1:30:
1 │ ...DurableObject as e}from"cloudflare:worker";import{createMiddlewa...
╵ …
-
**Describe the bug**
If the rate limiter is not specifically instantiated as "limiter", it throws this error when adding an endpoint with the rate limiter decorator:
Exception: No "request" or "webs…
-
Add rate limiter to all API's endpoint.
-
# What is the optimal way to combine two rate limits together?
We could define:
```
export const ratelimit = {
a: new Ratelimit({
redis,
limiter: Ratelimit.fixedWindow(1000, "6…