Implement Api Rate Limiting with Upstash Redis in your Next.js project
What is Rate Limiting?
Suppose you have a application where a user can post his picture, for this action you are calling an api endpoint running on a server and the endpoint stores the post in the database.
Now lets say the user posting the picture s...
devcon.hashnode.dev2 min read