No offence

  • @[email protected]
    link
    fedilink
    01 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.