apteryxxyz / next-ws

Add support for WebSockets in Next.js app directory.
https://npmjs.com/next-ws
131 stars 9 forks source link

Socket.io support #12

Closed Messanga11 closed 6 months ago

Messanga11 commented 6 months ago

How if I want to add support for socket.io? Change the used wsServer comming from utilities will make it works?

apteryxxyz commented 6 months ago

This package was intended for plain WebSocket's, I don't use Socket.IO so I wouldn't know how to configure this package to work with it. If you want to try and make it work, you may want to look in the packages/core/src/setup.tsx file.