Rate limit in TRPC and NextJS?
Hello,
I am using TRPC with nextjs without express adapter.
I am wondered what is the best and free solution to rate limit some of the procedures?
I found the lru-cache approach for nextjs but thought if there is a better way...
I am using TRPC with nextjs without express adapter.
I am wondered what is the best and free solution to rate limit some of the procedures?
I found the lru-cache approach for nextjs but thought if there is a better way...