Create functional desktop apps with your web skills. Gentle learning curve if you already know web.
Something went wrong. Please try again.
Electron has a nice website with great documentation. It also features a lot of samples.
Github is behind electron and there is a lot of big companies using it to make their cross platform apps.
Electron has high CPU usage.
Runs chromium in the background which consumes a lot of resources.
Apps made with Electron are likely to have memory issues unless you specifically design the app with efficient coding.
Electron uses a web view. This basically means it is just a website wrapped to look like a native application. This is convenient because you can use web tech to develop the application, but it won't be optimally performing.
Built By the Slant team
Are you sure that you want to abandon your hard work?