A little buzzer app for running your own quizzes or game shows! Uses websockets to sent messages.
You'll need Node.js or Docker to run this application. For Node:
npm install
node index.js
For Docker:
docker build -t buzzer .
docker run -p 8090:8090 buzzer
Open http://localhost:8090 in your browser to start!
The players goto the homepage (http://localhost:8090/
) and they can enter their name and team
number. Joining will give them a giant buzzer button!
The host heads over to /host
and will be able to see everyone that buzzes in and clear the list
in between questions.
Join a team | Buzz in | Host view |
---|---|---|
MIT