DEV Community

Discussion on: GraphQL Live Queries backed by the Relay Specification?

Collapse
 
ianberdin profile image
Ruslan Ianberdin • Edited

Yeah, more real life features harder to implement.
Andrey Sitnik made a great progress to synchronization, but using a custom protocol over Websocket: logux.io. It uses CRDT under the hood. Maybe it will help somehow.
Another crazy solution is YJS: github.com/yjs/yjs or Automerge: github.com/automerge/automerge. They all keep data in server memory and makes smart diffs.