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!
- Host: GitHub
- URL: https://github.com/stephenlb/pubnub-lexical-yjs-websocket
- Owner: stephenlb
- Created: 2024-03-30T00:17:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:44:41.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:12:44.729Z (about 1 year ago)
- Topics: collaboration, crtd, pubnub, real-time, websocket
- Language: TypeScript
- Homepage: https://stephenlb.github.io/pubnub-lexical-yjs-websocket/
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/

**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`).