• illectrility
      link
      fedilink
      0
      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

      • @[email protected]
        link
        fedilink
        41 year ago

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