<div dir="ltr">Dear all,<br>I am currently running a VTK application, which is visualizing large grids distributed on a MPI cluster.<br>My task is to migrate this application to the Web. But I cannot manage more than what is described at <a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start">http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start</a>, that is I can serve a local data directory through the provided webapps.<br><br>I have two essential questions that stop me from getting started:<br>1) How do I connect the pvpython server to remote data/render servers just like I can do in Paraview?<br>2) All ParaviewWeb examples seem to react on webclient requests. Our application is processing data as they come in, and also the visualization pipeline is frequently updated depending on an automatic analysis of the arriving data. Can the newly rendered datasets be pushed to the webclient, or does the webclient have to poll for available datasets?<br><br>Thank you<br>Sven<br></div>