anyone used/ing Electron?

From: CHYRON (DSMITHHFX)29 Sep 2016 18:53
To: ALL1 of 5
http://electron.atom.io

"With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker."

OK, so the 'app' I (/we/client/s) have in mind is fairly simple -- brochure-ware (literally), maybe with some jquery trix, links to external web sites, steaming video & suchlike.

Here's the clunker: we need to be able to distribute it as a binary [-ish] file that could be attached to an email like a pdf, since said clients may have dodgy internet access due to state firewall, shitty reception or whatnot.

We tested interactive pdf but it is too limited, and does not work on mobile or for that matter non-acrobat, period.

Probably mainly for Windows but maybe other platforms, and have the codebase convertible to mobile -- which is why html 5.

Has anyone worked with Electron (which I hadn't even heard of until ~2-hours ago), or found other/better tools for this?
From: ANT_THOMAS29 Sep 2016 20:00
To: CHYRON (DSMITHHFX) 2 of 5
Is that the thing where you wrap up a website/webapp into a program itself?
From: CHYRON (DSMITHHFX)29 Sep 2016 20:15
To: ANT_THOMAS 3 of 5
Yeah, it embeds Chromium.
From: ANT_THOMAS29 Sep 2016 20:26
To: CHYRON (DSMITHHFX) 4 of 5
I had a quick look at it in my last job here - msg:41619.1 

From what I remember it didn't work as I wanted it to because the online system used was built specifically around firefox and some other things. As it wasn't my job I gave up after a small amount of playing.

This wasn't for sending embedded pages/sites though.
From: CHYRON (DSMITHHFX)29 Sep 2016 21:37
To: ANT_THOMAS 5 of 5
This is supposed to be more flexible & complete than the firefox thing, from what I have gathered in a fairly minimal search.