Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我想运行 websockify 来代理 websockets,python 版本与 windows 相去甚远。我需要详细的特定帮助、链接或任何解释如何通过 nodejs 或 java 配置/使用 websockify 的东西。
node.js 在 Windows 中运行良好。它具有与 python 版本相同的参数的子集。例如,要监听localhost6080 端口并连接到vncserver端口 5901 并从当前目录提供 Web 文件,请像这样运行它:
localhost
vncserver
node other/js/websockify.js --web ./ localhost:6080 vncserver:5901