Collaborative text editing in a web application
Posted
by UmYeah
on Stack Overflow
See other posts from Stack Overflow
or by UmYeah
Published on 2010-03-23T01:08:25Z
Indexed on
2010/03/23
1:11 UTC
Read the original article
Hit count: 403
collaboration
|web-applications
I have a group of writers around the world all trying to work on one story. I want them to be able to work with each other like they would on google documents, but from within our application. Specifically, being able to see who else is working on the document and what they are changing in real time. Something like an embedded etherpad.
Are there any good solutions out in the wild? Im sure building something like this would be a significant project.
© Stack Overflow or respective owner