Replies: 1 comment
-
Yes it is YJS with a custom WebSocket-based server and WASM for on-device compilation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
just for curious, what kind of architecture is using in typst app? Since the app is not open source, and it works really well, so I'm thinking how it is implemented. According to my knowledge, using CRDT based collaborative editing algorithm(eg. Yjs) + WASM for pure local rendering would be a possible choice, which would be really fast and also allows concurrent editing.
Beta Was this translation helpful? Give feedback.
All reactions