Question

I have installed PeerJs Client library (https://npmjs.org/package/peerjs) using "npm install peerjs". The Read me section explains its usage in browser based client. However I want to use this library in node.js application using "include". How would I be able to include this library in my node.js application?

Was it helpful?

Solution

There is no current way to do this, but progress is allegedly under way. See this issue: http://github.com/peers/peerjs/issues/103

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top