Replies: 1 comment
-
Yes you can deploy you trame app using our docker bundle which aims to do that separation (multi-user mode) automatically for you. In general, you are not suppose to share a trame process across users unless it is explicitly for collaboration. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
By default, all clients to a trame application share the same
state
, synchronizing all GUI elements with everyone connected to a server.This is awesome, but we encountered now a few situations where we have a pure "analysis" interface to simulation, experimental & AI/ML data/models where multiple users might connect to a deployed trame server and explore on their own.
Is there a simple way to
I assume this would need tinkering with the
server.state
and might be simple forA)
, e.g., something like:Is that sensible? Is there already a trame-defined way for this (e.g., an env var)?
Is a workflow like
B)
even possible? InB)
, on re-sync I would like to impose the state of the last re-synced client onto everyone connected.Beta Was this translation helpful? Give feedback.
All reactions