Next.js and Socket.io: Build a Real-Time Chat App

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2024

ความคิดเห็น • 16

  • @John-wx3zn
    @John-wx3zn 16 วันที่ผ่านมา

    Hi Brea, Thank you. I am getting this error when I run it. Do you know what is wrong?

    • @CodeWithBrea
      @CodeWithBrea  16 วันที่ผ่านมา

      Hi, John. What's the error?

  • @Junior-Habibur-Rahman
    @Junior-Habibur-Rahman 15 วันที่ผ่านมา

    Can't connect mine could you help me! you do have discord anything like that! I"m using next.js 15 app router. as it's stateless so socket is statefull it will not support!

    • @CodeWithBrea
      @CodeWithBrea  15 วันที่ผ่านมา

      The issue likely lies in the mismatch between the stateless nature of Next.js and the stateful nature of WebSockets. To handle WebSockets in a Next.js 15 App Router setup, you’ll need a separate server or middleware to maintain the WebSocket state.

    • @Junior-Habibur-Rahman
      @Junior-Habibur-Rahman 15 วันที่ผ่านมา

      @@CodeWithBrea Yes, you are right! I'm going to go with a different server!