Hi,
I am implementing remote volume rendering for my own client web app. My client app is using React and I’m trying to use vtk web and wslink. I’m not sure where to start. I have tried trame before but the UI is SSR and the only way to integrate it into my web app is iframe / embedded view and I don’t want that. I want to implement some sort of streaming mechanism to stream the visualization from vtk to my web app using websocket because later on my client needs to share states with the rendering. Any idea?