using node.js modules in userModule

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
shiphrah
Posts: 12
Joined: 21 Jan 2015 02:27

using node.js modules in userModule

Post 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?
gijoecool
Posts: 8
Joined: 09 Feb 2015 22:06

Re: using node.js modules in userModule

Post by gijoecool »

I'd like to know this too...
Rklootwijk
Posts: 15
Joined: 05 Jan 2015 21:52

Re: using node.js modules in userModule

Post by Rklootwijk »

+1
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: using node.js modules in userModule

Post by pofs »

Depends on a module. Those with native code won't work, but pure js modules might be run (probably with some adoption).
Post Reply