yjs / y-protocols

Yjs encoding protocols
MIT License
109 stars 39 forks source link

Allow a consumer to switch between JSON and binary encoding for awareness #27

Closed Myrannas closed 1 year ago

Myrannas commented 1 year ago

This PR is intended to add support for binary awareness encoding as discussed in #26. I'd appreciate any feedback you have!

I have tested it out locally for my use case - and it appears to be working correctly in both modes.

dmonad commented 1 year ago

Thank you, looks great!