Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 910 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 910 Bytes

Buzzer

A little buzzer app for running your own quizzes or game shows! Uses websockets to sent messages.

Running the app

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!

How to use

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!

Player view

The host heads over to /host and will be able to see everyone that buzzes in and clear the list in between questions:

Host view

License

MIT