Regarding to https://github.com/joyent/node/issues/8005 and other problems related to compile native modules on Windows machines I have come up into idea to support module-foundry in sinopia
And based on "user-agent":"npm/1.4.28 node/v0.10.32 win32 x64" sinopia could recognize the client and in case of native module proper module-foundry server could be used to send back compiled.tgz
Regarding to https://github.com/joyent/node/issues/8005 and other problems related to compile native modules on Windows machines I have come up into idea to support
module-foundry
in sinopiaMore about
module-foundry
http://blog.nodejitsu.com/npm-binary-modules-and-module-foundry/Let's imagine following sinopia configuration:
And based on
"user-agent":"npm/1.4.28 node/v0.10.32 win32 x64"
sinopia could recognize the client and in case of native module proper module-foundry server could be used to send back compiled.tgzWhat do you think guys about such improvement?