Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.07 KB

Remote Presentation Controller

Simple Remote Presentation Controller for Reveal.js using Node.js. Presenter can use their mobile devices to control the slides via the controller web interface.

Install

  1. Install node.js

  2. Run

node app.js

  1. Preloaded with 2 sample presentations:

Open another browser window to open the remote controller:

http://localhost:3000/controller

Users can issue up, down, left, right commands to navigate through the slides.

To remote control, just use the dropdown to select which presentation to control, then select one of the slides.

Note

  • config/index.js: configure the list of presentations and its initial slides
  • routes/index.js: server logic
  • views/controller.ejs: controller client logic
  • views/layout.ejs: most of the logic for a normal presentations
  • views/demo.ejs: actual html for 'Demo Presentation'
  • views/myppt.ejs: html for 'My Presentation'