-
Notifications
You must be signed in to change notification settings - Fork 7
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
What are your plans for supporting stacks of frames #5
Comments
I gave a lot of thinking to this over the weekend I think I'll go back to using the exo browser but will remove node from it and expose the API through RPC only bind able over any language. The stack of frame requires what is the next logical step... The tag. See google chrome apps for an example. I'll probably call it the exo shell ;-) |
^ webview tag |
Most lacking thing we will have a hard time getting into atom is support for sessions |
Makes a lot of sense. Might be easier to keep it node for the rpc. And just
|
@spolu While some of the above add a bit of system resource overhead, I dont think it is too much. I am also willing to help with any of the C(++) or Javascript programming, as well as bugs. |
Nice! Concerning nodeJS I feel likes it's a total overhead. Over unix domain sockets there's nothing nodeJS can do that C cannot, right? This would lighten the code base, allow us to get rid of the event loop integration and free us from the weird feeling that there are two instances of nodeJS running across the techno stack of breach! Finding the right API is definitely a major focus for this transition but I hope we can get rid of nodeJS in ExoBrowser :-) |
I'll add you to the org and will assign you a couple issues ASAP if ok with you?? |
@spolu That is completely okay with me. |
Awesome! |
So far atom-shell seems built for handling one frame, with javascript and html managing the rest. It this the way Exo was built? Seems like there will have to be some communication between node and the browsernode and the webpage to manage Iframes in a stack context. Not sure if you had other more elegant ideas.
The text was updated successfully, but these errors were encountered: