gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

Travel in time? #66

Closed coodoo closed 8 years ago

coodoo commented 8 years ago

Since swarm is op-based CRDT, is it possible to implement travel-in-time kind of feature, say let user sees an very old version of the content by clicking on different dates?

gritzko commented 8 years ago

That is perfectly possible, at least the server-side storage has the full op history. The question is who and when will implement that :) Currently, I am focused on pushing the release out :|

coodoo commented 8 years ago

That sounds great, and good job on the v4 work, very expecting to see it's official release (and please squeeze in the time travel capability please :)