登录 注册
当前位置:主页 > 资源下载 > 34 > websockify的修改版本:node-websockify-module(https

websockify的修改版本:node-websockify-module(https

  • 更新:2024-06-21 23:51:32
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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