OS: Windows
I want to build an app for commercial usage which needs to call a library written in C. The only way (as far as I know) is writing a Node.js addon which needs Visual Studio Tools to build it. But the build tool is not free. Does it mean that I cannot use it for commercial usage?
What if using another package like https://github.com/node-ffi/node-ffi? It's MIT licensed but still built via Visual Studio Tool.