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