import { joinHostPort } from "https://deno.land/x/easyts@0.1.3/net/mod.ts";
combines host and port into a network address of the form "host:port". If host contains a colon, as found in literal IPv6 addresses, then JoinHostPort returns "[host]:port".