remote-control-server icon indicating copy to clipboard operation
remote-control-server copied to clipboard

Remote control your PC from your web browser

Results 8 remote-control-server issues
Sort by recently updated
recently updated
newest added

The package.json file includes a dependency for "robotjs": "git+https://github.com/jeremija/robotjs.git#71bb8aa", which in my system (linux 5.11, node 12) just wouldnt work over node-gyp so what i did: create a new empty...

After "npm start" a list of listening IP/ports are shown. Which should I use? How do they differ? I tried going to 127.0.0.1:3000 and the localhost alternative but the browser...

Solve this problem https://github.com/jeremija/remote-control-server/issues/13 by the answer from https://github.com/jeremija/remote-control-server/issues/13#issuecomment-458858722

``` git clone https://github.com/jeremija/remote-control-server.git cd node-mobile-remote ``` should be: ``` git clone https://github.com/jeremija/remote-control-server.git cd remote-control-server ```

should fix issue https://github.com/jeremija/remote-control-server/issues/7