Hey, i have been a whole day trying to find a way to connect to EventSub with socket io, i found that its not supported, but that topic was in 2021, i would like to know if its available now or not
If you want to use EventSub with Websockets, you have to do it with a Websocket client, not socket.io as that’s not a websocket client.
1 Like
If i use socket.io-client would it work?
No, because socket.io-client isn’t a Websocket client, it’s a socket.io client.
The Websockets transport for EventSub requires you to use a websocket client.
1 Like