Rate limiting in Convex
is there a recommended approach for rate limiting http endpoints with Convex? Or do I have to build my own solution
3 Replies
There is an example in this template:
https://www.convex.dev/templates/nextjs-app-router
Templates
The backend application platform with everything you need to build your product.
this bit?
I should have phrased my question better, sorry for that.
I am looking for a solution involving rate limiting by IP address (to avoid DDoS attacks for example), most likely it will be a custom solution involving Redis