100 seconds | How to do Rate limit in Next.js api

Поделиться
HTML-код
  • Опубликовано: 13 янв 2024
  • In this video I am going to show you how to do rate limit in next.js.
    Code:
    - vercel.com/templates/next.js/...
    Support the channel : 🙏🌸
    - donate 🌻: / dailywebcoding
    Follow me: 👇
    - Discord: / discord
    - Github: github.com/Chensokheng

Комментарии • 9

  • @corduroyisle
    @corduroyisle 14 дней назад +1

    W channel

  • @emad_naeim
    @emad_naeim 6 месяцев назад +2

    thanks a lot, I was actually searching for this.

  • @sammaxjorden
    @sammaxjorden 6 месяцев назад +1

    very thankful

  • @prashlovessamosa
    @prashlovessamosa 6 месяцев назад +2

    Thanks now you are a mind reader too

  • @doomguy2135
    @doomguy2135 7 дней назад

    Can we use this to rate limit 3rd party APIs we might call in our apps?

  • @rishiraj2548
    @rishiraj2548 6 месяцев назад +1

    Thanks

  • @nasko235679
    @nasko235679 17 дней назад

    Does it work the same way for server actions?

  • @aberba
    @aberba 6 месяцев назад

    How can one create a reusable middleware function with this gor each router handler without typing it all over again. The middleware.js file is a paid vercel service... partly which it's the only option provided.

  • @Toulkun
    @Toulkun 3 месяца назад

    So whole logic of rate limiting is similar to tokenization with signup and sign in? We keep user ip and timestamps and check conditionaly wether timestamp of user ip adress is less than or higher than 5 seconds after last request?