• moonpiedumplings@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    23 hours ago

    while the production build runs entirely client-side without a backend server. I

    This eliminates many, many potential security issues and is an excellent design choice.

    In production, movie data is queried using an in-browser SQLite database via WebAssembly, e