I'm writing a little app in node. I have posts that I want wiki-like revisions for. I'm also saving the post very frequently as they're being edited, so I do not want to save full revisions on each edit.
Is anyone aware of any existing schemes for storing patches rather than revisions? This will be json/plaintext, no need to diff binaries or anything.