Skip to content

Hacking reveal.js with websockets to allow remote control from another device (e.g. smartphone)

Notifications You must be signed in to change notification settings

mkoo21/remote-controlled-reveal-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote controlled presentations with reveal.js

This is the skeleton of a presentation using reveal.js and socket.io, allowing you to use your web browser to give a presentation controlled from any other device (smartphone).

See the demo for reveal.js here and the github repo here.

initialization

Do npm install then npm start. You need node/nodemon and npm.

You can see the barebones HTML presentation at localhost/8080, and the controller at localhost/8080/controller. Pushing buttons on a controller open in any window will affect presentations in any other window as long as they are all connected to the same server.

Spectacle

Spectacle now has this feature built in. If you like React, use that instead of an ugly amateur hack like this.

About

Hacking reveal.js with websockets to allow remote control from another device (e.g. smartphone)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published