-
websockify的修改版本:node-websockify-module(https
资源介绍
节点 websockify 模块
修改 websockify ( ) 以允许用作模块
示例用法:
var websockify = require("websockify");
var proxy = websockify({source: ":8000", target: "192.168.1.10:5900"}); // 监听 8000 端口,连接到运行在 192.168.1.10 上的 VNC 服务器