ckeditor / ckeditor5-collaboration-samples

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

Feature request: adapter integration for a common DB #14

Closed mostlyjason closed 5 years ago

mostlyjason commented 5 years ago

I'd love to see an example adapter integration for a common DB with REST support so that it can be easily used for web pages without having to write a custom adapter. I don't really care which DB you choose as long as it's accessible from a browser. For example, it could be S3, MongoDB, Firestore, etc. It would save so much time being able to plugin a ready made solution than building my own adapter from scratch.

pjasiun commented 5 years ago

You can find such an example for PHP. You can find adapters using the REST API here:

In the future, we want to provide more samples with backend written in Node.js and Java.