Page 1 of 1

using node.js modules in userModule

Posted: 09 Feb 2015 12:38
by shiphrah
Did somebody try to use node.js modules in a userModule? Is this generally possible?

Would it be sufficient to use require.js to get the node.js modules loaded? Any hints?

Re: using node.js modules in userModule

Posted: 09 Feb 2015 22:09
by gijoecool
I'd like to know this too...

Re: using node.js modules in userModule

Posted: 20 Feb 2015 11:27
by Rklootwijk
+1

Re: using node.js modules in userModule

Posted: 20 Feb 2015 20:48
by pofs
Depends on a module. Those with native code won't work, but pure js modules might be run (probably with some adoption).