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
- Host: GitHub
- URL: https://github.com/vvaldesc/node_cpp_test
- Owner: vvaldesc
- Created: 2024-02-17T23:51:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T14:04:45.000Z (about 1 year ago)
- Last Synced: 2025-01-18T06:29:33.580Z (3 months ago)
- Topics: cpp, javascript, libuv-bindings, nodejs, nodemon, v8-javascript-engine
- Language: Python
- Homepage: https://vvaldesc.github.io/npm-gyp_test/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
ornode index.js
to run JS script.