-
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
Run multiple apps in one instance of node-webkit #64
Comments
Is there any motivation or use case behind this? Thanks On Mon, Oct 1, 2012 at 6:16 PM, Zhao Cheng notifications@github.com wrote:
You may say I am a dreamer, but I am not the only one. |
It's mainly a Mac issue, on Windows and Linux it's just fine to run multiple instances of node-webkit, but on Mac if you double click a However if users distribute node-webkit themselves or open node-webkit in terminal, they're completely not affected. So this is not a high priority todo. |
Currently we can only run one app per instance of node-webkit now, we should be able to open multiple apps in one instance, e.g. only one browser process and multiple renderer processes for each of the apps, this way we perform more like a special browser.
First we need to refactor the package implementation to make it not global.
Then a new
App
class should be added which can have multipleShell
s and one package, everyApp
should corresponding to aRenderViewHost
.Finally node-webkit should be aware of running instances and decide whether to open a new instance or reuse an existing instance.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: