• illectrility@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      edit-2
      1 year ago

      If done correctly. Electron is slow as crap in most cases. It can be optimized but it usually isn’t.

      I know that Electron≠JavaScript, of course but JavaScript continous being used for stuff it shouldn’t be used for

      • Boinketh@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        I was talking specifically about NodeJS servers. JS has much better execution speed than Python due to having JIT compilation.