Just a simple proof in concept. Slides rotate each second.
- Install Meteor JS
git clone https://github.com/geekydatamonkey/sync-screen-test.git
cd sync-screen-test
npm install
meteor
Meteor will install and compile and necessary packages. Once it's complete, you can view the homepage on http://localhost:3000
.
/
Homepage. See which slide is currently active on the server.
/slides/:slideNumber
Slide Page. Displays a slide ONLY when active (as determined by the server).