Real-time Messaging to Webapps from a Production Database

Click here to open the presentation
The javascript source files are here and here

If you want to run your own interactive copy of the presentation (which isn't required to view the slides), use:
Install node js
Run "npm i reveal.js"
Run "npm i socket.io"
Overwrite the plugin/multiplex files with the ones from this site
Copy the js/ sub folder from this site into the reveal.js directory
Run "runserver.cmd" (launches node.js with socket.io serving the multiplex files locally on port 1948)
Open http://localhost:1948/master in a browser