Creates a WS RPC URL for host.
WS
host
factory Cluster.ws(final String host, {final int? port}) => Cluster(Uri(scheme: 'ws', host: host, port: port));