yjsgo icon indicating copy to clipboard operation
yjsgo copied to clipboard

Run yjs from Go via v8

Results 3 yjsgo issues
Sort by recently updated
recently updated
newest added

How you created the bundle.js?

Yjs now relies on web crypto api which v8go does not support. A alternative approach is to compile Yrs(Rust version of yjs) into a shared library (.so) and use Go...