When comparing Electron vs Sciter, the Slant community recommends Sciter for most people. In the question“What are the best cross-platform GUI toolkits?” Sciter is ranked 19th while Electron is ranked 23rd. The most important reason people chose Sciter is:
Support for C++, C#, Delphi, D, Go, Rust, Powerbuilder. See [Go bindings on GitHub](https://github.com/sciter-sdk/go-sciter). The binding for C# on GitHub, [SciterSharp](https://github.com/ramon-mendes/SciterSharp) does not seem to be free: in a commercial product you should acquire a commercial license.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Healthy community
Github is behind electron and there is a lot of big companies using it to make their cross platform apps.
Pro Active development
Electron receives updates frequently (multiple times each month). For example, the recent updates (as of July 15, 2016) are:
1.2.6 (released July 6)
1.2.5 (released June 23)
1.2.4 (released June 22)
1.2.3 (released June 16)
1.2.2 (released June 8)
Pro learning curve is less
Electron has less learning curve when compare to qt like other options
Pro Great documentation
Electron has a nice website with great documentation. It also features a lot of samples.
Pro Solid API
Pro Multi language
Support for C++, C#, Delphi, D, Go, Rust, Powerbuilder. See Go bindings on GitHub. The binding for C# on GitHub, SciterSharp does not seem to be free: in a commercial product you should acquire a commercial license.
Pro Lightweight
Only a single native DLL.
Cons
Con Apps can have memory issues
Apps made with Electron are likely to have memory issues unless you specifically design the app with efficient coding.
Con High CPU Usage
Electron Has High CPU Usage
Con Needs to run chromium
Runs chromium in the background which consumes a lot of resources.
Con Linux version is not very mature
The Linux version is missing HTML/CSS features when compared to the Windows version.
Con Not fully HTML5 compliant
Lacking HTML5 functionality and W3C standards: grabbing a library like JQuery or Bootstrap and use it in Sciter will not work.
Con Not WYSIWYG
Not WYSIWYG like WebForms or WPF.