我正在尝试在此处的示例中为鳄梨酱实例化客户端
// Instantiate client, using an HTTP tunnel for communications.
var guac = new Guacamole.Client(
new Guacamole.HTTPTunnel("tunnel")
);
这是来自这里的示例 https://guacamole.incubator.apache.org/doc/gug/writing-you-own-guacamole-app.html
如果/当我在与 html 文件不同的主机上拥有 servlet(隧道)时,我可以这样做吗?