Reputation: 63
I am developing Node.js application in Cloud9IDE and I problem using module (like node-expat) in Cloud9IDE.
If it was pure-JavaScript module, there shouldn't be problem, but modules that compiles C++ code for interaction with NodeJS...
I wounder if there is possibility to use/run modules that compiles C++ code in Cloud9IDE. May be you have some experience with this?
Thanks for any feedback!
Cheers, Milan
Upvotes: 2
Views: 712
Reputation: 29143
Right now Cloud9 IDE blocks binary node modules for security reasons. Right now there is now way to use them. We (the cloud9 team) are discussing ways to enable binary modules e.g. by whitelisting trusted ones.
Upvotes: 1