How to compile NPM modules to binaries for all platforms
问题 how to convert NODE MODULES into binaries to support all platform. Windows x86 Windows X64 Linux OS X and load those binaries in Node application instead of npm modules. ? 回答1: A good starting point might be to take a look at http://cylonjs.com/blog/2014/11/19/creating-multiplatform-precompiled-binaries-for-node-modules/ It would help if you could clarify your question, since I'm not sure exactly what you are trying to achieve. I answered on the assumption that you have binaries you want to