Hello,

I’m trying to setup an online computer store via YunoHost installed on my VPS. I’m okay with payments to be handled via a third party payment processor (who preferrably also has no JS, but I understand that is probably unlikely). I also have my domain up and running, so I’m ready to test whatever I can get.

TIA!

  • lemmyvore
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    5 days ago

    That’s how Amazon works.

    If you think all the stores in the internet now are PWA’s you are sadly mistaken. MVC web apps are pretty well suited for things like shops and they never went away. There are entire languages and frameworks like PHP, Python, Java that actively support that style of app. It also lends itself really well to caching.

    I wouldn’t say it’s completely JavaScript free though. Client side JS is still extremely useful and attempting to make a store with zero JS might be a bit tough.