Can other types of data be transmitted
pingfangxiaogege opened this issue · 1 comments
pingfangxiaogege commented
As far as I know, the binaryType of ws is set to arraybuffer by default, and the transmitted data format is binary data stream. However, it currently does not meet my needs. How can I modify it to transfer object data
dmonad commented
That's out of scope of this project. y-websocket doesn't provide a custom communication channel that you can use. However, feel free to fork and modify y-websocket to work on JSON objects if that is really what you need.