top | item 23160636

(no title)

markharper | 5 years ago

What would be the benefit over electron?

discuss

order

hpen|5 years ago

1. Not using the DOM for rendering. 2. Integrating native APIs is much easier.

wtetzner|5 years ago

> Being compiled to native code is a huge benefit.

It's still just running Javascript. The real difference is that it uses widgets that are native to the platform, instead of a browser engine/DOM.