Replies: 1 comment
-
While trame really target a niche usage where you need a server process for each client to properly handle large data processing and/or rendering interactively. I could see a usage of it for building reporting where the processing happen once and the generate ui+state get saved so it can be looked at offline without any dedicated server later on. I guess I would see 3 types of websites that could be generated with trame:
HTH, Seb |
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
-
Using python to create a website is great to enable researchers and scientists to easily put together beautiful web applications without having to learn typescript, ...
To allow serving the generated single page application using netlify or alike, how much work would be needed to decouple the generation of the web assets (css, js, ...) and the associated api backend server ?
Beta Was this translation helpful? Give feedback.
All reactions