An open API service indexing awesome lists of open source software.

https://github.com/vvaldesc/node_cpp_test

Testing program mixing Cpp and JS
https://github.com/vvaldesc/node_cpp_test

cpp javascript libuv-bindings nodejs nodemon v8-javascript-engine

Last synced: about 2 months ago
JSON representation

Testing program mixing Cpp and JS

Awesome Lists containing this project

README

        

Instructions

Requisites:


Install Visual C++ Build Environment: For Visual Studio 2019 or later, use the Desktop development with C++ workload from Visual Studio Community. For a version older than Visual Studio 2019, install Visual Studio Build Tools with the Visual C++ build tools option.

Original npm-gyp repo click here.

Instructions:




  • npm run build to compile native code.


  • npm run dev or node index.js to run JS script.