Audience Pulse: real-time speaker feedback #127
tacman
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In yet-another-pwa, I create an app where speakers can receive comments and claps in real-time. The idea is that a speaker will register their talks, then share a QR code before the talk starts. Users can submit questions or "claps" (like Medium's article claps), and the speaker will see them in real-time.
I was intrigued by https://github.com/jolicode/symfony-htmx-demo, so I'm using this project as a playground for using htmx, which I like far more than I thought I would. Unfortunately, the htmx extensions don't work with jsdelivr/es6, ergo AssetMapper. But the extensions work with unpkg, and the extensions aren't necessary to use the core library.
I'd love to modularize adding photos (#124 ) and integrate them here, the app is considerably less complex than the foothills app I referenced in the other comment.
Beta Was this translation helpful? Give feedback.
All reactions