On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

One other question. If I set up a Decker app as a web app, I am assuming I can host it on my website (still reading the docs so I’m not clear on that yet). With that being the case, if I need to load an external data file may I assume that I can still do that since the data file would be local to the web server?

Decker's web exports are self-contained monolithic .html files, with no required "server-side" component; they can be served statically as part of any web page. Web-Decker strictly executes on the viewer's web browser. It is possible for scripts to prompt users to select and open files from their local filesystem, but there is no mechanism for referencing or fetching external files automatically, irrespective of where the deck is stored. In general, if a deck needs data, the data should be embedded in the deck.

(+1)

Ok, so no fetching a file from the server then. Got it.