Dear all,
I have just started to experiment with web remote rendering with VTK as server and ParaviewWeb as client and I am currently on stage of creating UI.
I would like to check my understanding of how js-based UI communicates with remote python and what general development paths I have.
- From my basic understanding all communication is always handled by wslink library, right?. For example, in UI I found here: https://github.com/tsgouros/ParaViewWeb-SimpleDemo as I understood the js UI executes RPC calls linked by @exportRPC decorator from wslink library.
There are also seems NativeUI and Reactor UI defined directly within ParavieWeb in addition to reactor.js.
- Also when I went through VTK.js/ParavieWeb options for a client discussion on forum I came across VTK based example here that seems to be a bit different (not as far played with it). It seems to be based on vue components and vue cli. Am I right that this is an option only for VTK.js?
So, I am completely new to both React and Vue:) So what path I am better to choose and start learning as a beginner? Are there any other additional examples/tutorials on the problem?
Thank you very much in advance,
Best regards,
Evgeniya