You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started a java/playframework server to handle synchronization between attendees, projector and speaker. My goal is to add a quizz feature and make interactive course for my students. The application would help me to store and manage questions, answers, students score...
During the course it works like that :
I hit next (and server tells me there's a question before the slide)
question appears on projector
possible appears answers on attendees screens
they click on an answer
I hit next and it displays stats on projector
I have a long polling version prototype working and I'll go for ws:// just after.
Since I use a smartphone remote control, I would not have a lot of interest in having a mobile shell UI I could contribute if needed...
... but we need a SSE or ws:// mechanism first (issue #21).
The text was updated successfully, but these errors were encountered: