stave
stave copied to clipboard
Strategy to send annotations to back end
The current strategy of sending annotations to back end is done by sending over the whole data pack. This is quite a large network overhead. It is sufficient to send back the diff only. There are two possible approaches:
- Sending the actual diff between the two packs.
- Sending the annotation action, and apply the actions in the back end.