Replies: 1 comment
-
If that is the case, this would be a standard docker setup where you don't need trame router. You just need your trame app to expect a command line argument for the file to load and just configure the launcher to use the URL parameter for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently working on a project where new VTK files are generated continuously, and I need to display them on the frontend using Trame. I would like to know how to dynamically specify which VTK file to display as new files are created, rather than being limited to a fixed set of files.
Additionally, I would like to know if there is a way to handle routing in Trame, so that I can have multiple URLs to display different VTK files. For example, I want to be able to access different VTK files via different URLs within the same server instance.
Any guidance or examples on how to achieve these functionalities would be greatly appreciated.
Thank you!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions