An open API service indexing awesome lists of open source software.

https://github.com/ardean/jsremote-cli

:computer: NodeJS Desktop Remote using W3C Pointer Lock & Events
https://github.com/ardean/jsremote-cli

desktop html5-pointer-lock javascript jspointerlock jsremote nodejs pointer-events pointerlock remote-control remote-desktop touch-support w3c-pointer-lock

Last synced: 9 months ago
JSON representation

:computer: NodeJS Desktop Remote using W3C Pointer Lock & Events

Awesome Lists containing this project

README

          

# jsRemote CLI

[![NPM Version](https://img.shields.io/npm/v/jsremote.svg)](https://npmjs.org/package/jsremote)
[![NPM Downloads](https://img.shields.io/npm/dm/jsremote.svg)](https://npmjs.org/package/jsremote)
[![License](https://img.shields.io/npm/l/jsremote.svg)](LICENSE.md)

This package should work with `Linux` / `macOS` / `Windows` but was **only tested** on Windows and a little bit on macOS.

And yes, you can play `most` games with it... :wink:

## Installation

```bash
npm i -g jsremote
```

## Launch

```bash
jsremote
```

- optional `-p PORT` / `--port PORT`

Now open `http://HOST_IP_ADDRESS:PORT/` on your remote device and choose a mode to control your host.

## Modes

There are 2 modes to control a host:

- `Mouse` - default on **Desktop** devices
- `Touch` - default on **Mobile** devices

## License

[MIT](LICENSE.md)