Hello everyone,
I am working on a piece of software that would interact with Twitch's EventSub API, which is polled using SSL websockets (wss).
Is there a straightforward way to do it? I tried using MooSock but I couldn't even get a proper handshake working, let alone implementing the whole WSS protocol...
I also know there is a WebSocket extension for the HTML5 runtime, but my software will run the normal Windows runtime (and requires several extensions that are not HTML5-compatible, among which WinMessPro and DLL Object).
Any other idea? Alternatively, a different - easier - way to interact with Twitch EventSub?
Thanks in advance.
Azrael