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

Add webworker-threads #117

Closed
wants to merge 1 commit into from
Closed

Conversation

audreyt
Copy link
Contributor

@audreyt audreyt commented Sep 12, 2014

No description provided.

@sindresorhus
Copy link
Owner

Thanks. I actually looked at using this for gulp to improve perf on heavy sync operations, but not having precompiled binaries shipped for a native addon-on is a no go as most don't have the required toolchain. You should seriously consider shipping that ;)

@audreyt
Copy link
Contributor Author

audreyt commented Sep 12, 2014

Thanks for the suggestion! Back in 2002 I shipped pre-built native module binaries for Perl with PAR and PAR::Dist — If there is a similar tool or CI service for packaging up Node.js modules, please let me know and I'd be happy to add it.

@sindresorhus
Copy link
Owner

There's unfortunately no tool to take all the pain away. In a wishful future npm will do this for you on some build farms at publish time, but I don't see that happening in the near future.

These might help:
https://github.com/mapbox/node-pre-gyp
https://github.com/nodejitsu/module-foundry
npm/npm#1891

@springmeyer
Copy link

@audreyt and @sindresorhus - I'm the maintainer of node-pre-gyp and it should be easy to package node-webworker-threads with it. The docs include recipes for automating everything on travis.ci (for linux+mac) and appveyor (for windows).

@sindresorhus
Copy link
Owner

💥 :)

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

Successfully merging this pull request may close these issues.

3 participants