https://github.com/totaltechgeek/remotepresentation
Imagine being able to present something on screen, while remotely controlling it from your Phone or iPad.
https://github.com/totaltechgeek/remotepresentation
Last synced: 6 months ago
JSON representation
Imagine being able to present something on screen, while remotely controlling it from your Phone or iPad.
- Host: GitHub
- URL: https://github.com/totaltechgeek/remotepresentation
- Owner: TotalTechGeek
- Created: 2015-07-20T00:24:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T23:52:41.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T17:13:46.894Z (over 1 year ago)
- Language: HTML
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the Remote Presentation Software written for Node.js
I used it for an English Project, on the book "Hard Times" from Charles Dickens. I wrote it in a single class period, after noticing that many other students needed a partner to click through the powerpoint slides (causing issues with the presentation).
This software allowed me to use my iPad to remotely control the presentation, tapping buttons, and also inject new information into the presentation on the fly as I saw fit.
## Running the server
1) Open `server.js` and start the app by clicking on the "Run" button in the top menu.
2) Alternatively you can launch the app from the Terminal:
$ node server.js
Once the server is running, open the project in the shape of 'https://projectname-c9-username.c9.io/'. As you enter your name, watch the Users list (on the left) update. Once you press Enter or Send, the message is shared with all connected clients.