Hi there again,
I keep studying vtk.js and I’m trying to understand how to implement a Multi-User server.
I followed this example which help me for creating:
-front end (written in vue)
-backend written in Python (actually this is the Python Server. I collague of mine customized the py code a little bit to let it works as remote server)
Everything is working fine, the only issue I’m experiencing is: it seems that only one user (at time) is allowed to connect.
If I open another brower and try to connect at the same url address, the python server unexpectedly exits (without show any error…).
So I think that: if I’m able to implement a multi-user feature, the problem could be fixed. Here there is a setup guide for paraviewweb. I don’t know if it could be useful for vtk.js as well, but basically I don’t see a “real connection” between that guide and vtk.js server.
Thanks for your time and patience.
Regards,
Ennio