I would like to create a web page that will allow several users to work together on the page. Imagine a web editor that allowed users to modify documents as an example of this type of function.
How would more experienced programmers begin to implement this, since I really can’t formulate any way to even begin work on this task. Will there be any programming libraries that simplify the implementation of this function or is it just too hard to even think of?
I create this webapp, primarily using GWT and SmartGWT, if that helps.
Thanks for any input you have.
source
share