YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.71k stars 51 forks source link

Angular support #39

Closed ilya2204 closed 2 years ago

ilya2204 commented 2 years ago

Hi, you have a very impressive library. Are you planning to add Angular support?

YousefED commented 2 years ago

Hi @ilya2204. At this moment I'm not planning to actively support Angular. However, as SyncedStore also works with plain javascript, I'm sure it should be fairly trivial to make it work for Angular. Happy to take PRs for any examples or improvements!