N
Neon2y ago
conscious-sapphire

Does Neon have rate limiting for application logic?

In an effort to mitigate a billing attack, I’m using the @upstash/ratelimit library for a form in my Next.js app. The form is calling Neon anyways, so does Neon have anything similar, in terms of rate limiting at the application level, that I could use instead of Upstash’s rate limiting library?
1 Reply
exotic-emerald
exotic-emerald2y ago
We don’t have any rate-limiting library. It’s common to use Redis to implement this, so it makes sense that upstash have a library for it

Did you find this page helpful?