-
To build on Windows:
vcbuild.bat
node.exe will be in /Release
-
To run the image encryption demo:
- add the node bin folder(/Release) to your path
- run
cd example_parallel/image encryption demo/ node --expose_rivertrail test_encryption.js node --expose_rivertrail test_decryption.js
-
Tips:
- This repo is based on node-v0.10.12 from here
- This demo relies on node-pngjs module. It can be installed by
npm install pngjs
. I just copied anode_modules
folder here. - If node says
comprehension failed: SyntaxError: Illegal token
, try change the eol marker of js files to UNIX, namely changeCR+LF
toLF
. - If you want to try the sequential mode, change
this.data = imageEncryption_p(this);
tothis.data = imageEncryption(this);
intest_encryption.js
. Same for decryption.
-
Notifications
You must be signed in to change notification settings - Fork 0
nodeJS with parallel javascript extension
License
jing-bao/nodepa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
nodeJS with parallel javascript extension
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published