Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 551 Bytes

remote.ly

#Installation

All node.js dependencies are provided by npm. Just type:

npm install

#Run application

To run application:

  1. Make ./index.html accessible from web browser by deploying application into web server (like nginix, apache, etc.)
  2. Run nodejs server node ./server.js
  3. Start remote client (which moves the mouse) placed in ./client/ directory.
  4. Test if everything wokrs properly. Type in any smart device address to the server where ./index.html is visible and start moving the mouse.