Multi-Client handling #557
WolfgangFahl
started this conversation in
Ideas
Replies: 1 comment
-
Are you looking for an example in which the same data is shown using different charts to different users? Or the case where each user has their own data? |
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.
-
Justpy can handle the situation below easily. On data update different views are changed:

But what if the three views are by different users on different clients/browsers.
It would still be possible but more complicated since the common state of all clients would have be shared e.g. by a central blackboard/repository such as a database or file. I think it would be great to create more example use cases for a multi client scenario since this is where other approaches are week or complicated. A strong simple solution would IMHO be a USP for justpy.
Beta Was this translation helpful? Give feedback.
All reactions