I was reading through the specification and many examples about usage of websockets. Almost all of them talk about UTF-8 or ascii message transfer using websockets.
The latest Hybi websocket spec requested support for binary transfer. REQ 6 in hybi spec
Also i read somewhere that chrome supports hybi. But latest release Chrome 7.0 works only when draft-hixie is selected in pywebsocket config.
Does any browser have support for hybi spec? Even if it is dev, its ok.