hoangvvo / next-connect

The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2
https://www.npmjs.com/package/next-connect
MIT License
1.62k stars 65 forks source link

Socket IO #165

Closed kotsh23 closed 2 years ago

kotsh23 commented 2 years ago

Hello guys

i want ask if there is way to implement socket io with next-connect because i use next-connect in every nextjs project 🗡️ i want to use it too with socket io

hoangvvo commented 2 years ago

The ability of using socker-io is not really related to the next-connect. If one can use it with Next.js, it can be used with next-connect since this library only concern of the routing part. However, from my knowledge, one cannot really use socket-io in next.js without a custom server.