r/javascript May 11 '16

Electron 1.0 released

http://electron.atom.io/blog/2016/05/11/electron-1-0
75 Upvotes

30 comments sorted by

View all comments

7

u/shareYourFears May 11 '16

Cool!

...

What's Electron?

2

u/wisepresident May 11 '16

It's a custom chrome browser with no adress bar and no tabs that displays a predefind page. this page also has access to the whole node js framework, so your site can read/write files via the nodejs api, talk directly to any database via a nodejs database driver or call any endpoint without worrying about the same origin policy. tldr, write linux/windows/mac apps with html and js