Elanis / web-to-desktop-framework-comparison

An objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.
MIT License
1.34k stars 44 forks source link

Add Sciter, an independent HTML/CSS/JS webview #251

Open paulocoghi opened 1 year ago

paulocoghi commented 1 year ago

Sciter (https://sciter.com/) is a independent, cross-platform open source webview that does not depend on the system webview and browsers.

It provides both an "embeddable" library and a runtime, optionally available as a shared library, which can greatly reduce memory usage when simultaneous applications depend on it.

In my tests, it used less memory than github.com/webview/webview.

Elanis commented 1 year ago

Hi !

Thanks for the idea, but it doesn't look like really well known. Because there are a lot of libraries, I try to filter out projects to prevent having dozen of libraries in the benchmark 😄

I will keep this issue open to track this idea, but to be honest, it won't be a priority.

Araxeus commented 1 year ago

it doesn't look like really well known.

huh? 😅 https://sciter.com/#customers

Elanis commented 1 year ago

There wasn't a lot of stars few months ago (and I didn't see that page 😅), but as talked in #342, it grew pretty well since on Github. And this page is another argument to tell it's kinda big indeed :)