This is a simple clone of kahoot.it built using Elm and websockets. It concists of 3 applications:
- The host app - Run this on your computer and share your screen to all players.
- The player app - Each player joins with their phone using this app.
- The server app - Run a node server that everyone connects to.
- The elm compiler
- node and npm
npm install
make
node build/server.js