Hi, I am looking to make a simple kotlin wasm app ...
# compose-web
h
Hi, I am looking to make a simple kotlin wasm app for local RPI but I am slightly concerned on distribution front. Ideal I want to use Docker Compose but I am not finding much documentation on that topic. Any links on distributing kotlin/wasm besides this one https://kotlinlang.org/docs/wasm-get-started.html#publish-on-github-pages ?
l
A wasm App is a Single Page Application (SPA) there is enough documentation on how to deploy SPA applications in different environments including Docker and docker compose on the Internet
💯 1