Skip to content

os-js/osjs-vnc-application

Repository files navigation

OS.js Logo

OS.js is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Support Support Donate Donate Community

OS.js noVNC Client Application

Connect to remote VNC sessions (w/websockify).

Please note that this is currently experimental

Uses noVNC.

Installation

npm install @osjs/vnc-application
npm run package:discover

Usage

On the server you want to connect to:

vncserver :1
cd noVNC
./utils/launch.sh

Now, connect via the OS.js client.

TODO

  • Desktop resize
  • Capability detection
  • Locales

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Links