I expect many other than myself have been a bit frustrated at the lack of 0.11 support in node.bcrypt.js. Someone else made a pure JS port called bcrypt-nodejs, but it seems to me like a kind of terrible idea to do intentionally computationally expensive processing in the main thread. Rod Vagg also did a quick port to nan, but it seems to be busted currently and I'm not sure if/when it'll be fixed.
Therefore, I made my own! It's terrible and hacky, involving running a golang executable as a child process! But it doesn't block my node app and it doesn't blow up at me with a wall of compiler errors when I try to install it, so that's something. I wouldn't recommend using it in production—mileage may vary. It plugs the dev environment hole for now. https://github.com/Qard/node-isolated-bcrypt -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
