ckeditor / ckeditor5-collaboration-samples

Collaboration integration examples for CKEditor 5
Other
51 stars 101 forks source link

Add real time collaboration to PHP example #16

Closed mostlyjason closed 5 years ago

mostlyjason commented 5 years ago

I'd like to request that you add real time collaboration to the PHP example. I'm very interested in seeing it all tied together with real-time collaboration, track, changes, comments, and the adapter integrations.

pjasiun commented 5 years ago

Real-time collaboration is far more complicated than comments and track-changes features. Also, the integration of the track changes and comments features with real-time collaboration is very ticky. This is why it requires CKEditor Cloud Services backend to run it. We decided to provide ready to use backend (as a cloud and as an on-premise solution) instead of asking developers to create their custom backend. This is why it is not added to the PHP sample which shows how to integrate a custom backend.