Skip to content
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

Does the architecture of this project avoids separate 'render' process for windows? #144

Closed
ghost opened this issue Oct 9, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 9, 2019

Hi,

So unlike as Electron, I don't have to launch separate 'render' process in order to display Window and I could avoid all those IPC/Websocks communication between
'main' process and 'render' process?

@marcus-sa
Copy link
Contributor

marcus-sa commented Oct 9, 2019

There's no "render" or "main" process.
Everything is encapsulated in the same Qode (Node) process.

@ghost
Copy link
Author

ghost commented Oct 9, 2019

@marcus-sa Omg that's amazing! I will definetly remember this and try to use it when it become more mature/stable.

@ghost ghost closed this as completed Oct 9, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant