leptos is great, but how should it be deployed? #1149
Unanswered
amar-yaozhian
asked this question in
Q&A
Replies: 1 comment
-
Leptos with SSR/hydration is designed to plug into common Rust server frameworks so the answer is basically "however you deploy your Actix/Axum" apps. Here's the Dockerfile for the Leptos website for example. (It's deployed by GitHub Action onto Fly.io) It's mostly a matter of just building the server binary and making sure that the necessary static files can be served. For a CSR app you can just deploy the files Trunk puts into |
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
Uh oh!
There was an error while loading. Please reload this page.
-
leptos is the best web framework I've seen: one-stop, high-performance...
But how to deploy is the most beautiful?
Beta Was this translation helpful? Give feedback.
All reactions