-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
node-webkit as «system-wide framework» #678
Comments
That would complicate the deployment for non technically savvy people amongst other things. |
@pauliusuza, do simple installer or package? |
I totally agree with @dangreen . This is what I am thinking from long long ago.(Haha, just several months ago.) |
I believe this would limit use of node-webkit for publishing apps on app stores, since it would require some higher level permissions and a more complicated install process. Look at Java or Adobe AIR and you can clearly see where a similar path would lead. I like the fact that it's self contained, and I would support if it would stay this way. |
@pauliusuza, i agree with you, but not all apps are developed to App Store |
@dangreen correct, not yet. However any platform's success highly depends on developer's ability to monetize their work, and app store distribution model is one of the best ways to do it. If developers will not have this ability, they will surely look for better alternatives (effectively killing this beast of a platform in it's tracks). |
@pauliusuza, Qt is good example: apps for Mac App Store contains frameworks, but in some Linux distributives Qt is system-wide framework. |
@dangreen what about compatibility? Are you willing to sacrifice the comfort of knowing your app is at all times compatible with the version of the wrapper running it? To me decoupling the wrapper and making it a framework means that I will have 2x more bugs, since it can be updated, upgraded or degraded independently and I have no control over that process. |
@pauliusuza, make small package manager with repo, which will download required version of framework. |
Thanks for reporting. This issue is duplicate with #64 |
Installing node-webkit as «system-wide framework» (like Wineskin engines for OS X or Qt).
For example, we installed node-webkit as framework, after that node-webkit-based application won't contain the node and WebKit itself.
The text was updated successfully, but these errors were encountered: