Welcome! Please see the About page for a little more info on how this works.
If one wanted to send binary data over, say a websocket connection, transit/msgpack would seem a good choice?
API docs indicate only json/json-verbose https://cognitect.github.io/transit-cljs/cognitect.transit.html#var-writer
Is it simply that it hasn't been implemented (and is awaiting a volunteer) or is there a technical problem?
Is there a high performance msgpack implementation available in the browser? json was the priority for js/cljs in Transit because there are very high performance native json parsers available in the browser.