antd-wvnc-plugin/README.md

18 lines
596 B
Markdown
Raw Normal View History

2018-09-20 00:04:32 +02:00
# antd-wvnc-plugin
2018-09-22 15:45:08 +02:00
An [Antd HTTP/HTTPS server's](https://github.com/lxsang/ant-http) 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
2018-09-20 00:04:32 +02:00
## Dependencies
2018-09-22 15:45:08 +02:00
* ANTD: As **WVNC** is an **Antd** plugin, it need to be built using the server build system
2018-09-20 00:04:32 +02:00
* Zlib
2018-09-22 15:45:08 +02:00
* libjpeg-turbo
## Build
A build script will soon be available