An Antd HTTP/HTTPS server's plugin that acts as a bridge between a VNC server and web applications
Go to file
2018-09-22 15:45:08 +02:00
test move wasm to new wasm.js repository 2018-09-22 14:37:23 +02:00
.gitignore add webassembly for client decoder 2018-09-21 20:00:55 +02:00
Makefile move wasm to new wasm.js repository 2018-09-22 14:37:23 +02:00
README.md Update README.md 2018-09-22 15:45:08 +02:00
wvnc.c move wasm to new wasm.js repository 2018-09-22 14:37:23 +02:00

antd-wvnc-plugin

An Antd HTTP/HTTPS server's plugin that acts as a bridge between a VNC server and web applications. It allows web application to communicate with VNC server using web socket via a predefined protocol and message format.

To speed up the data transmission, WVNC uses libjpeg and zlib for data compression.

Demo

A demo will soon be available

Dependencies

  • ANTD: As WVNC is an Antd plugin, it need to be built using the server build system
  • Zlib
  • libjpeg-turbo

Build

A build script will soon be available