websockify-nginx-module 项目简介
websockify-nginx-module 使 Nginx 支持将 TCP 协议转化为 websocket 协议使js + html5 配合 websockify 理论上可以完成 任意tcp 客户的 web 化目前 websockify 主要用于 noVNC 项目 广泛用于 web 版本的 vnc 的客户端安装:git clone https://github.com/tg123/websockify-nginx-module.git
cd path/to/nginx_source
./configure --add-module=/path/to/websockify-nginx-module/
make
make install
cd path/to/nginx_source
./configure --add-module=/path/to/websockify-nginx-module/
make
make install