I am trying to instantiate client for guacamole in the example here
// Instantiate client, using an HTTP tunnel for communications.
var guac = new Guacamole.Client(
new Guacamole.HTTPTunnel("tunnel")
);
This is from the example here https://guacamole.incubator.apache.org/doc/gug/writing-you-own-guacamole-app.html
Can I possibly do this if/when I have the servlet (tunnel) on a different host that the html file?