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

Standalone version with duktape #4

Open
indutny opened this issue Jun 12, 2016 · 5 comments
Open

Standalone version with duktape #4

indutny opened this issue Jun 12, 2016 · 5 comments

Comments

@indutny
Copy link
Owner

indutny commented Jun 12, 2016

In order to bootstrap itself, Node.js will need a standalone version of this repo. Considering that all fs access is done synchronously, it should be possible to compile this module with browserify and babel, and pack it into a single executable using duktape and libuv.

Tough task, but it is worth it!

@jbergstroem
Copy link
Contributor

Perhaps not very helpful in this issue, but removing python as a node.js build time dependency is obviously A Good Thing but seems pretty low priority seeing how build/tooling still use it in a lot of places; some where gyp.js wouldn't be a replacement.

@tejasmanohar
Copy link

seeing how build/tooling still use it in a lot of places; some where gyp.js wouldn't be a replacement.

@jbergstroem Good starting place may be linking where gyp.js wouldn't be a replacement?

@indutny
Copy link
Owner Author

indutny commented Jun 13, 2016

All node.js related bindings live here now: https://github.com/indutny/gyp.js/blob/master/lib/gyp/bindings.js

@bmeck
Copy link

bmeck commented Jun 13, 2016

Should we just use https://github.com/creationix/nucleus ? Seems like a quicker route than starting from scratch

@indutny
Copy link
Owner Author

indutny commented Jun 13, 2016

@bmeck this is something worth exploring. The only requirement that the build process should be much easier than in node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants