|
|
|
|
|
by valzam
1774 days ago
|
|
The big difference is that with CRDTs you can make edits offline and they will get merged with other changes when you come back online. Websocket/db really only works when you always online. That being said you can totally implement collab without CRDTs and if you don't particularly need offline it should be easier. |
|