How to access the SharedTree object on backend ? #24998
Unanswered
bannarisoftwares
asked this question in
Q&A
Replies: 2 comments
-
|
Same question. Not clear how the backend can apply updates. Or should the updates always be applied client side? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Fluid does a lot of the work on the client side, so any time you want read or edit a Fluid document, it's best to use the client code to do so. You can of course run that client code server side (for example in NodeJS). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want the object which stored on SharedTree in my dotnet backend, i need to pass that to my downstream service without going to front end, is any api available, can any one help me with this problem?
Beta Was this translation helpful? Give feedback.
All reactions