#How would you serve a Dioxus/WASM web application's dist directory in a "production" way?

8 messages · Page 1 of 1 (latest)

lone saffron
#

Dioxus build and trunk build make something in the dist but how to I deploy that in a "production grade" way? Serve via apache2? or is trunk/dioxus serve the accepted way?

#

How would you serve a Dioxus/WASM web application's dist directory in a "production" way?

prisma wolf
#

I would not use trunk/dioxus cli to serve a production application

#

You can use any tool that can serve static files

#

For example, the dioxus docsite is served on github pages

lone saffron
#

Related to help thread 1148321305972715620 would the apache2 docker container work?

#

Is there a better way to link threads?