JohnWolfson / Lakea-Stream-Assistant

A project to build a stream assistant 'Lakea' for handling events and improving Twitch streams for Materies Coil and his community
0 stars 0 forks source link

Create Websocket Server #248

Closed JohnWolfson closed 2 months ago

JohnWolfson commented 2 months ago

Lakea needs to allow other applications to connect to her and exchange data in a bidirectional route. A prototype websocket server has been created in another project with python scripts able to connect to different routes. A websocket should be created in Lakea that allows other applications to trigger events in Lakea.

Acceptance Criteria:

JohnWolfson commented 2 months ago

250 Is also being complete as part of this ticket

JohnWolfson commented 2 months ago

Triggering events through the websocket needs some more consideration. It hasn't been decided if the websocket can trigger any type or only its own events like the other even sources. That work will be moved to another ticket once its been decided.