@mithun wrote:
I have the application where multiple users can view my topology.
If I put in the logic of layout in the UI(JS) code, when multiple users/user sessions try to fetch the nodes in the UI, they tend to see the nodes in different positions, since the position chosen by the layout is not always the same and can change.Is there any way we can get to calculate the positional data in the server side? And send out the same nodeDataArray with same x and y co-ordinates to all the user sessions?
Thanks in Advance!
Posts: 4
Participants: 2