You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2018. It is now read-only.
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.