No offence

  • Rodeo@lemmy.ca
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    Afaik JavaScript only runs in a browser. If you want to make a desktop app your only option is something like electron.

    For example, you can’t make the equivalent of a bash script with JS, but it’s trivial with python. I don’t think you can do system calls at all with JS.