From 6c632df6e828186abaf4854caa04ecc8378207a9 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 29 Sep 2018 13:55:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79d6f11..d176088 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. To speed up the data transmission, **WVNC** uses **libjpeg** and **zlib** for data compression.