Web VNC 客户端:PeerVNC

jopen 11年前

VNC web 客户端,集成 Node.js, noVNC 和 iWebPP.IO。

支持所有浏览器和从任何地方访问 VNC 桌面。

功能特性:

  • Support all web browsers as web vnc client with noVNC
  • Support access vnc server from everywhere as peer web proxy with iWebPP.io
  • Provide end-to-end security

用法:

1. create vnc-example.js  var Proxy = require('peer-vnc');    new Proxy('192.168.1.1:5900', function(err, proxyURL){      console.log('VNC                   Proxy URL(please open it on browser)');      for (var k in proxyURL) {          console.log(k+'        '+proxyURL[k]);      }  });    2. launch proxy server by node-httpp-binary-directory/node.exe vnc-example.js in case Windows machine.     console dump like below:     VNC                   Proxy URL(please open it on browser)     192.168.1.1:5900        https://af5e83731df02546.vurl.iwebpp.com:51688/vtoken/bb39fb0eb29f081e/websockify    3. use peer-vnc binary on Linux, like  ./bin/peer-vnc -t 192.168.1.1:5900     VNC                   Proxy URL(please open it on browser)     192.168.1.1:5900        https://41c522dab4ae47f9.vurl.iwebpp.com:51688/vtoken/516c97b3070de2e1/websockify

项目主页:http://www.open-open.com/lib/view/home/1366529951812