Collaborative Editor

Categories

Component ID

70672

Component name

Collaborative Editor

Component type

module

Component security advisory coverage

not-covered

Downloads

319

Component created

Component changed

Component body

This module allows collaborative real-time text edition. In other words, different users are able to create content in the same textarea (actually an iframe). One user sees the changes made by other users almost in real-time since AJAX is used to refresh the common content periodically.
A second phase of the project will implement some prototypes to use the COMET pattern instead of the AJAX pattern in order to minimize the update time.

This module is still in development since it is part of the Google Summer of Code 2006. Read the status of the project and which features are already implemented before any test