@Gordon, I was thinking about several similar frameworks with a lot of traction, large communities, and big name sponsorship.
Have you checked out GitHub's Electron? It's used in building the popular, multi-language Atom editor.
Also, there is Adobe PhoneGap, which targets iOS and Android devices, wrapping your HTML/JS/CSS in a mobile native app. (Disclosure: I helped create PhoneGap at the iOSDevCamp hackathon in 2008.)
Additionally, Facebook's React Native might be interesting. Logic is in JavaScript, and UI elements are native to mobile. Adaptations are emerging for desktop macOS & Windows.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon, I was thinking about several similar frameworks with a lot of traction, large communities, and big name sponsorship.
Have you checked out GitHub's Electron? It's used in building the popular, multi-language Atom editor.
Also, there is Adobe PhoneGap, which targets iOS and Android devices, wrapping your HTML/JS/CSS in a mobile native app. (Disclosure: I helped create PhoneGap at the iOSDevCamp hackathon in 2008.)
Additionally, Facebook's React Native might be interesting. Logic is in JavaScript, and UI elements are native to mobile. Adaptations are emerging for desktop macOS & Windows.