Add example `with-backend`
See original GitHub issueDescription
Show how the editor can be used with a backend for storing data and persisting images and working with collaboration.
Builtin support for yjs
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to Create a React App with a Node Backend
Step 1: Create your Node (Express) backend. First create a folder for your project, called react-node-app (for example).
Read more >Connecting the frontend and the backend - YouTube
Want to learn more about how to build production grade APIs and support the channel? Buy my book on leanpub: ...
Read more >Becoming a backend developer - Part 2: Building the server
In this three-part series, we will cover all the basics of what it takes for a mobile app developer to become a backend...
Read more >gcloud compute backend-services add-backend
Infrastructure to run specialized workloads on Google Cloud. ... Usage recommendations for Google Cloud products and services. ... Fully managed, native VMware ...
Read more >Build the app backend - Shopify.dev
Learn how to build the backend functions for the QR code example app. ... Add the code to interact with the database. Anchor...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@anotheri yjs is your best bet, although there’s no documentation at the moment on how to use it.
@ditschedev yeah, already figured that out. And switched to WS. Although it’s possible to write your own provider which uses socket.io as alternative. Anyway thanks for comment.