Awesome
Devtools VNC
This repository contains chrome extension and server which can be used for embedding VNC client inside your chrome devtools.
Demo
Installation
Install the extension
In order to install the chrome extension:
- Visit chrome://extensions
- Enable Developer mode
- Click on Load unpacked extension... and navigate to the extension directory (
./chrome-extension
) - Click Select
When you finish with these steps open Chrome Devtools, you should see new tab named VNC Client.
Install the server
In order to install the server use:
cd server
npm install
npm i git+https://github.com/pkrumins/node-png --save
All dependencies for the server are now resolved. For running the server execute:
node index.js
Now in the form in the VNC Client tab enter hostname, port and password of valid VNC server, after that click Connect.
NOTE:
- Only
vnc
security type is supported - Only
raw
format of the rectangles is supported
License
This software is distributed under the terms of the MIT.