Web Runtime alternatives to Electron/nw.js for Centos 6?
Web Runtime alternatives to Electron/nw.js for Centos 6? I know my title sounds crazy, as right now the popular practice is to use something like Electron or nw.js for desktop applications written using web stack technologies, but here's why I'm searching for alternative desktop web runtime solutions: So, to minimize code paths and maximize compatibility, my options appear to be: Has anyone else tried to bridge this gap to consolidate desktop apps and web apps when unfortunately Electron/nw.js aren't viable? Or does the simplification I'm searching for simply not exist? Can you run Electron in a Docker container on your Centos machine? That might be a possible cross-platform solution for you. Perhaps this would be helpful: stackoverflow.com/questions/39930223/… – Matt Morgan Jul 2 at 0:29 Thanks...