Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some "lightweight webviews": webview, WebWindow, Electrino #67

Open
laughinghan opened this issue Jun 5, 2020 · 1 comment
Open

Some "lightweight webviews": webview, WebWindow, Electrino #67

laughinghan opened this issue Jun 5, 2020 · 1 comment

Comments

@laughinghan
Copy link
Contributor

These are all "lightweight webviews" much like Neutralinojs and DeskGap (#43):

  • like Electron and NW.js, your UI is written in HTML, CSS, and browser JS
  • unlike NW.js (browser JS can call Node.js code which runs natively) and similar to Electron (native Node.js creates webview windows), these let various native languages create webview windows
  • whereas Electron and NW.js build Chromium into your app, which is a resource hog, these use OS-builtin webviews

They are:

@TheJaredWilcurt
Copy link
Member

TheJaredWilcurt commented Aug 28, 2020

webview is more of just a library that can be pulled in rather than something comparable to other items on this list that try to offer a lot more features. The closest stuff to it would be something like CEF which is justifiable for how popular it is.

WebWindow and Electrino are both unfinished. If that changes then they can be revisited. I'll add Electrino to the "unreviewed" list on the site, just because they had that annoying blog post that went viral. All marketing, no bite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants