Closed xaviervia closed 11 years ago
That's fancy for: ["localhost:8000:ws"] instead of [["localhost", 8000, "ws"]]. Its a matter of simplicity.
["localhost:8000:ws"]
[["localhost", 8000, "ws"]]
Also: describe Host Identifiers in the JSTP URI Scheme.
In Roadmap https://github.com/jstp/jstp-rfc/issues/32
That's fancy for:
["localhost:8000:ws"]
instead of[["localhost", 8000, "ws"]]
. Its a matter of simplicity.Also: describe Host Identifiers in the JSTP URI Scheme.