VTK.js Interfacing with Paraview Server

I was looking at the examples given of VTK.js and had a couple of questions. I Implemented the 3DGlyph example on the website and now would like to start sending files to a paraview server to be rendered. My questions are

  • Are all user input functions moved to the backend? For ex, update the scalar range and all other user inputs are currently in the index.js file. And in the example given, just shows setting up a render window waiting to receive data from a server.
  • Do I use WSLink to upload a file from the client to the server?

Thanks,

Matthew

Answer available how to use vtkRemoteview - #4 by matthugh