Example code for a loop addon in nodejs
- C++ build tools (https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019)
- NodeJS (https://nodejs.org/en/)
- Open terminal in the "addon" directory
- Run
npm install
- Run
npm run setup
- Open terminal in the "examples/javascript" directory
- Run
npm run start
- Open terminal in the "examples/typescript" directory
- Run
npm install
- Run
npm run start