|
|
|
|
|
by simonw
1130 days ago
|
|
I'm still hoping for a CRDT implementation with robust, thoroughly tested libraries for both Python and JavaScript that can talk to each other - I want to run Python on the server and JavaScript in the client and keep the two in sync with each other. Closest I've seen to that is automerge but the Python version doesn't appear to be actively maintained or packaged for PyPI yet: https://github.com/automerge/automerge-py UPDATE: It looks like this might be what I'm after: https://github.com/y-crdt/ypy |
|