Giter Club home page Giter Club logo

Comments (5)

norman784 avatar norman784 commented on May 18, 2024 1

This is because electron include the chromium engine and the node binaries and electrino uses the Apple frameworks so your SO has the frameworks and your app only contains your code, but this is on mac only, I think the Windows version was not implemented and theres no Linux version, I think this last one will be big b/c Linux has not a standard web render engine installed by default in all their distros.

from electrino.

norman784 avatar norman784 commented on May 18, 2024 1

This sounds a bit like Adobe Air, but indeed, it can maybe install the chromium engine with node from an official or custom repo and use the shared libraries between apps also.

from electrino.

norman784 avatar norman784 commented on May 18, 2024 1

I don't know what was the author of this package thinking but theres two thinks you can do:

  • Bridge nodejs with the webview.
  • Implement your own subset of node (this is what quark is trying to do).

So yeah, for sure this project only runs on mac, actually is only a proof of concept / prototype and not a fully implemented library, but it is stated in the readme (you can check there all the details), and the main goal was to run on linux, mac and windows.

from electrino.

amorenew avatar amorenew commented on May 18, 2024

that's a brilliant idea
but I think it could be more dynamic like if no engine is there then it downloads it in app installation.
like adobe air apps
next app will use the engine which is already there

from electrino.

Bizarrus avatar Bizarrus commented on May 18, 2024

"This is because electron include the chromium engine and the node binaries"

Do you know, why? Okay, Chromium is a little bit huge, sure. But all other of your "scripted app" is based on node. When you use local resources like the webview/browser on your OS, you have not all possible API or functions depends on security specs. If you're using your local engine, you have only an limit of access. Can you handle local files, systemfiles, or other?

The second, you write on the main repository, that "electrino" is an "desktop runtime" . Where? It's only for Mac. Not for Linux, not for Windows, for Mac. "Desktop runtime" is the badest word here - Write "Mac runtime". And then, it's clear for other developers.

from electrino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.