Server Sent Event for Plugins #5526
Answered
by
Mm2PL
2547techno
asked this question in
Ideas
-
With the recent addition of network capabilities for plugins, real-time events would also be nice. My thought was that SSE would be a lot easier to implement rather than WebSockets, but WebSockets could still be a future goal. The interface being something like: |
Beta Was this translation helpful? Give feedback.
Answered by
Mm2PL
Jul 28, 2024
Replies: 1 comment 3 replies
-
WebSockets are just plain better and we already have them (in Chatterino not in the plugins API) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would want WS for plugins however it's quite a bit of work. I also need to fix the asynchronous crashes I am dealing with.