https://github.com/einaros/ws is a nodejs websocket implementation that supports
the binary transport feature of websockets. SocketIO does not (socketio/socket.io#511), which basically means you need to send a dataURL() :( which makes for quite a perf. hit.