yuriymironov96 / modernquiz-redone

A self-hosted application for conducting online control tests.
MIT License
0 stars 0 forks source link

Real-time updating of the available quizes #2

Open yuriymironov96 opened 6 years ago

yuriymironov96 commented 6 years ago

We need to decide whether we need to implement a real-time support within the app. We may use django-channels, message broker with external event loop or give up and simply update page once in N seconds.

yuriymironov96 commented 6 years ago

Not in scope of MVP.