I'm using socket.io , but the connection keeps failing

From https://socket.io/docs/v4/

You should not be attempting to use socket.io to connect to Twitch chat. Either use an actual twitch chat library like tmi.js, or use a websocket library.

1 Like