-
To build on Windows:
vcbuild.batnode.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_modulesfolder here. - If node says
comprehension failed: SyntaxError: Illegal token, try change the eol marker of js files to UNIX, namely changeCR+LFtoLF. - 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
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published