@bite-ninja/rustdesk-client-web
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Rustdesk Web Client

This is a reimplementation of the Rustdesk client designed to be embeddable into existing applications.

Usage

To use, add a canvas to the DOM and pass a reference to it when opening a connection.

const connection = await connect({
    host: "",
    key: "",
    remoteId: "",
    remotePassword: "",
    canvas,
  });

Development

  1. Add a .env file with the appropriate values.
  2. Run the dev script.

Package Sidebar

Install

npm i @bite-ninja/rustdesk-client-web

Weekly Downloads

5

Version

0.2.1

License

AGPL-3.0-only

Unpacked Size

1.7 MB

Total Files

22

Last publish

Collaborators

  • cruz82
  • bite-ninja-dev