This is the JavaScript part to display a Live Stream in combination with at Chat on the conference web page. It communicates with the chat relay via socket.io. The chat middle ware is at: AKSW/chat.dataweek.de. It responsibility is to provide a socket.io interface to relay the messages from and to the matrix room.
It consists of the:
- Frontend
stream.html
deployment in the dataweek repo (permalink) - The Script
chat.js
deployment in the dataweek repo (permalink)