General architecture for React application with Trame viewers #830
Replies: 1 comment 1 reply
-
|
Hi Frank, Thanks for your kind words. Regarding your question about scaling a trame application it really depend how "resource heavy" is your trame application and what kind of deployment setup you have access to. That will influence the kind of setup you might be looking for. Like 1 process for all your apps, 1 process per app/user or one machine per user (then you can go the HPC route with many machines for 1 user). But let me take a stab at your questions:
Otherwise we are working on an enterprise setup using Django as a landing service/portal which use Kubernetes to run and scale any trame application that you aim to deploy via that service. Hope that help. Seb |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for the great work you are putting into trame, it is a fantastic framework. I have a rather general architectural question on how best to scale trame in a larger application:
What is the architecture suggested by the trame developers for a React application with python backend that defines trame viewers and exposes these within iFrames in the frontend?
Some details I would be interested in.
Thanks for your support,
BW
Frank
Beta Was this translation helpful? Give feedback.
All reactions