This repository contains a quick and dirty solution to remotely control two reveal.js presentations at the same time. It is written with Express, Socket.IO and jQuery.
The presentations and all assets must be located in the slides folder which is exported.
- yarn
- node.js
- Run
yarn install
- Configure IP address and port in
server.js
- Customize basic auth in
auth.js
according to your needs - Start server via
yarn serve