calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
29 stars 9 forks source link

Replace WebSockets with MQTT #54

Closed shish closed 3 years ago

shish commented 3 years ago

Turns out that MQTT = websockets + all the things we had implemented (broadcast server, python and JS clients, automatic reconnects) + all the things we wanted to implement (separate queues, authentication, retained messages)