Creating node.js modules in windows

I have two questions:

1) Is it possible to build modules for node.js on Windows?

2) Can compiled libraries (* .node) be incompatible between * nix and versions of Windows node?

+1
source share
2 answers

Answer everyone who meets this old question:

Yes, now this is possible with node -gyp, which replaces node-waf.

https://github.com/TooTallNate/node-gyp

+1
source

1) As I understand it, when installing things for my application on Windows with NPM, some modules are really compiled (if I am not mistaken, the MongoDB module is one of them).

2) C ++, , "" . , , Node no.de nodejitsu, package.json .

+1

All Articles