#Installation
All node.js dependencies are provided by npm. Just type:
npm install
#Run application
To run application:
- Make index.html accessible from web browser by deploying application into web server (like nginix, apache, etc.)
- Run nodejs server
node server.js
- Start remote client (which moves the mouse)
- Test if everytking wokrs properly. Type in any smart device address to the server where index.html is visible and start moving the mouse.