Skip to content

97stj/buzzer

 
 

Repository files navigation

Buzzer

A little buzzer app for running your own quizzes or game shows! Uses websockets to send messages. Adapted from code by colinscape with the original project found at https://github.com/bufferapp/buzzer

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 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.

License

MIT

About

A little buzzer app for running your own quizzes or game shows!

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 43.9%
  • CSS 27.7%
  • HTML 25.6%
  • Dockerfile 2.8%