Skip to content

Is trame suitable for building a website project with separated front-end and back-end? #515

Discussion options

You must be logged in to vote

Trame is mainly focused at bringing desktop like application to the web. In other words, creating desktop app with a web front-end that can run locally, in the cloud, jupyter or on HPC.

If your goal is to create a web-app that scale because most/all of the processing is done on the client side, trame is not for you.

Trame can still be used with a front/back end separation, but that won't remove the fact that trame expect the processing to happen on the server side.

For the django integration, a trame process could run as an asynchronous task. So if django can support async in python, then technically they can both coexist, but I would not suggest that in anyway. Think of it that way, woul…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jourdain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants