how to use vtkRemoteview

I was looking at the example you gave 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. 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