Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Build a Google Docs Clone with CKEditor in 30 Minutes

CKEditor Real Time Collaboration and Customizing Users

In this lesson, we’ll learn how real time collaboration works and how to setup CKEditor with your system’s users. Unlike some solutions, that take in users as component props on the client side, CKEditor is a fully production ready solution that requires we setup secure JSON web tokens on the server side.

Because of this, in a Nuxt project we can use a Nitro powered API endpoint. If you aren’t using Nuxt, you can use any server side technology of your choice, as long as you’re returning a valid token.

Links