I am not sure, but I think that etherpad approach won't work in Federated environment.
On Thu, May 10, 2012 at 11:21 PM, Dylan Dandelion <[email protected] > wrote: > If I understand correctly, the Wave editor handles user events and > processes them to generate operations, which are then applied to the > document result in the visual rendering of the operation. > > This approach is different from Etherpad, which finds DOM nodes that have > changed at regular intervals, and then generates operations, sanitizes the > input and redraws the actual DOM. > > What are some of the advantages and disadvantages of the event-driven > approach versus the diff-ing approach? Why did Wave choose to implement the > editor using the event-driven approach? >
