evaluation VS web-to-desktop-framework-compariso

Compare evaluation vs web-to-desktop-framework-compariso and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
evaluation web-to-desktop-framework-compariso
4 3
344 -
0.3% -
0.0 -
almost 3 years ago -
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

evaluation

Posts with mentions or reviews of evaluation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.
  • Neutralinojs โ€“ Build lightweight cross-platform desktop apps with JavaScript
    8 projects | news.ycombinator.com | 26 Apr 2023
    https://github.com/neutralinojs/evaluation

    8MB vs 42MB for electron. That's pretty real savings IMO!

    It's also using the existing shared libraries on your system, so there's a very real chance a lot of this 8MB might be ready resident & take zero additional space. It'd be great to see what the memory impact of launching a second & different app would be!

    Personally I think the Electron hate is because people think every Electron app behaves as badly as Slack. Honestly 42MB is not that bad. But it hurts my soul that each app has it's own static copy of the browser, means there is zero chance for sharing. If you are running 2-3 apps it's fine but I want a world where we can potentially have dozens or even a hundred little gui apps running & it works fine, no problem. That would be on par with native apps & this is a clear demonstration of one way we could get there.

    The missing next step is that this system launches a mini http/websocket server to run. It'd be interesting to explore using a lightweight Sandboxing multi vm to host apps on, might make the server side lighter weight too. Wasm, or cloudflare's workerd... The CRI folk have been busy building support for managing work let like things like this, & desktop could definitely pull some wins, now that folks like Neutralinojs and Tauri are starting to do better at desktop webapps.

  • Neutralinojs - Alternativa para o Electron
    6 projects | dev.to | 21 Mar 2022
  • Neutralinojs v1.8.0 released! ยท neutralinojs/neutralinojs
    3 projects | /r/javascript | 13 Feb 2021
    I'd say the lower RAM usage is a bigger deal than the actual app size. Here are some basic comparisons: https://github.com/neutralinojs/evaluation
  • "there is currently no plan for PWA support in Firefox." - Mozilla gives up on PWAs in Firefox 85
    1 project | /r/programming | 29 Jan 2021
    Side note: There's alternatives to electron that are ultra light weight. Neutralinojs is one I've been keeping an eye on. The proof exists that it's possible to make performant web apps run native.

web-to-desktop-framework-compariso

Posts with mentions or reviews of web-to-desktop-framework-compariso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.

What are some alternatives?

When comparing evaluation and web-to-desktop-framework-compariso you can also consider the following projects:

streamlink-twitch-gui - A multi platform Twitch.tv browser for Streamlink

web-to-desktop-framework-comparison - This repository has been made to create an objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.

neutralinojs - Portable and lightweight cross-platform desktop application development framework