Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 246 Bytes

node_cpp_jsb_array

This is a demo of pass array parameters between cpp and javscript using node.js

#How to ###1.Install node ###2.Install node-gyp sudo npm install node-gyp -g ###3.BUILD node-gyp configure build ###4.Run Test node test.js