-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Embeddable concept #120
Comments
|
Yeah. This seems backwards. I mean if you using v8 outside of node, surely there are other options for io, even Libuv would be more appropriate solution. What aspects of v8 are being used by the 'some' that wish from 'time to time' to embed node for IO? |
There's always room for improvement on the embedability front, and we're generally amenable to issues and PRs that address specific, actionable changes that don't unduly increase the overall complexity of the project. However, io.js is first and foremost a platform – so the platform's needs are weighted more heavily than embedability if the two are at cross purposes. Closing this issue; it's unlikely that we could narrow down io.js' API to function-taking- |
related to nodejs/roadmap#9, worth moving discussion there, I think this kind of activity is worth of consideration for a longer-term roadmap if someone wants to help try and define what that path might look like. |
Hey.
I just heared about this project and since it is still in development, I feel like I should mention this.
People are using v8 as a dynamic or shared library for their code from time to time. Some wish to "embed nodejs". For IO.js, I would suggest to finally give it a slight re-design to enable embedding it into other applications using a simplistic v8 "initianlization" function. I.e.: Passing a
Handle<Object>
to a function adds io.js' functionality into that.Again this is just an idea and pretty much something I and some others have been looking forward to.
Thanks and kind regards,
Ingwie.
The text was updated successfully, but these errors were encountered: