flexxui / webruntime

Launch HTML5 apps in the browser or a desktop-like runtime.
http://webruntime.readthedocs.io
BSD 2-Clause "Simplified" License
43 stars 10 forks source link

Making single-process desktop apps? #10

Open almarklein opened 5 years ago

almarklein commented 5 years ago

If one wants to develop a desktop app, then having the two processes (Python process + webruntime) is annoying. Some issues:

I'm playing with the idea of defining some sort of API to access the system, which can be exposed via Python or Electron / whatever. Then (Flexx) apps can be created and deployed using Electron or a Gecko-like runtime.