This repository has been archived by the owner on May 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Support binary websockets? #9
Comments
I've started working on this on my fork. It basically replaces String with a sum type which includes String, Blob, and ArrayBuffer. The current challenges is that I need to shim in a binary package to do the local development. This would be a breaking (semver major) change. |
@johnpmayer How's that going? |
I need this support too. My company uses websockets for mobile apps and thus wants to svae on bandwidth. As a result all websocket traffic is encoded using msgpack, but the current library cannot handle that. |
I had a go at hacking this library but ran in to a possible race condition. @johnpmayer did you make better progress? |
Any possibility of this happening? |
bump |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to send protobuf messages over a websocket, but the only interface that WebSocket exposes is String-based.
The text was updated successfully, but these errors were encountered: