Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremija/remote-control-server
Remote control your PC from your web browser
https://github.com/jeremija/remote-control-server
Last synced: 9 days ago
JSON representation
Remote control your PC from your web browser
- Host: GitHub
- URL: https://github.com/jeremija/remote-control-server
- Owner: jeremija
- Created: 2015-12-19T02:30:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T03:37:45.000Z (over 5 years ago)
- Last Synced: 2024-10-25T05:22:35.512Z (14 days ago)
- Language: JavaScript
- Size: 504 KB
- Stars: 82
- Watchers: 8
- Forks: 27
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote Control Server
[![Build Status](https://travis-ci.org/jeremija/remote-control-server.svg?branch=master)](https://travis-ci.org/jeremija/remote-control-server)
Remote control your PC from your web browser on your other PC or mobile device.
Supports mouse movements, scrolling, clicking and keyboard input.
Work in progress.
# Install & Run
Install from npm:
```bash
npm install -g remote-control-server
remote-control-server
```or use from git source:
```bash
git clone https://github.com/jeremija/remote-control-server.git
cd node-mobile-remote
npm install
npm start
```On your other machine or mobile device open the url:
```bash
http://192.168.0.10:3000
```Replace `192.168.0.10` with the LAN IP address of your server.
# Note
This package requires [robotjs](https://www.npmjs.com/package/robotjs) so make
sure you have the required prerequisites installed for compiling that package.# license
MIT