Update README.md

This commit is contained in:
Xuan Sang LE 2018-09-29 13:55:18 +02:00 committed by GitHub
parent e07770a606
commit 6c632df6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# antd-wvnc-plugin # antd-wvnc-plugin
Overview about wvnc: [https://blog.lxsang.me/r/id/23](https://blog.lxsang.me/r/id/23)
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. Web application can use my dedicate javascript library called [**wvnc.js**](https://github.com/lxsang/wvnc.js) to communicate with the VNC server using the plugin. 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. Web application can use my dedicate javascript library called [**wvnc.js**](https://github.com/lxsang/wvnc.js) to communicate with the VNC server using the plugin.
To speed up the data transmission, **WVNC** uses **libjpeg** and **zlib** for data compression. To speed up the data transmission, **WVNC** uses **libjpeg** and **zlib** for data compression.