An open API service indexing awesome lists of open source software.

https://github.com/stephenlb/pubnub-lexical-yjs-websocket

Example working implementation of Lexical text editor + YJS CRDT WebSockets using PubNub!
https://github.com/stephenlb/pubnub-lexical-yjs-websocket

collaboration crtd pubnub real-time websocket

Last synced: 4 months ago
JSON representation

Example working implementation of Lexical text editor + YJS CRDT WebSockets using PubNub!

Awesome Lists containing this project

README

        

# Collaberative Text Editor with PubNub YJS CRDT and Lexical

**Try it out:** https://stephenlb.github.io/pubnub-lexical-yjs-websocket/

![pubnub-collaberative-shared-text-document-editor-lexical](https://github.com/stephenlb/pubnub-lexical-yjs-websocket/assets/45214/422f2d9d-a25b-435f-a8d8-ae00af63c339)

**Run it locally:** `npm i && npm run dev`

**Get PubNub API Keys:** https://admin.pubnub.com/

The Lexical setup is in rich text configuration (`@lexical/rich-text`).