Uses Node.js, Express and socket.io to remotely control a presentation that is running on your laptop with your phone.
- Fork the repo and clone it.
- Make sure you have node.js installed. If needed, install it.
- Open a terminal and cd to the folder.
- Run
npm install
to install the required libraries/dependencies. - Run
node app.js
to start the presentation. - Open
http://localhost:8080
on your computer and enter your pass key (by default it is "as"). - Open
http://<your computer's local ip address>:8080
on your phone and enter the same pass key. - Have fun!