Is there some kind of environment for editing an XML document in a web page in parallel via AJAX?
I need a common board where I and other people can draw and see what attracts others in real time (live mode).
Modern browsers support SVG, events and other useful things, and if such a structure exists, make such a board simple.
If not, what is the implementation in Operational Transformation, and what are the best mechanisms to use for connecting multiple clients in parallel via HTTP?
source
share