Send node in websocket

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Firty

Hi!
I have a Node Tree on my server, built via script, reading folders to create their TreeItem… But I have the same node in my terminal (Tree) and as the terminal not has access to the construction done by the server, I just tried to send the node tree somehow … But it always arrives on the other side as an encodedobjectasid… I tried to somehow extract the properties of the Tree and send them to reassemble in the terminal but nothing worked…
I needed to reassemble this Tree at the terminal, and I’m already out of ideas …