madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

First implementation of the LocalVoteServer. #180

Closed madmaxoft closed 5 years ago

madmaxoft commented 6 years ago

A local web server for immediate web-rating. Closes #172.

Issues to address:

Vote page example: image

madmaxoft commented 5 years ago

Decided not to move to a separate thread, the server runs in the UI thread using events, which should not get in the way of the player anyway, there's not much to gain from further threadization.