|
5 anos atrás | |
---|---|---|
examples | 5 anos atrás | |
patch | 5 anos atrás | |
.gitignore | 5 anos atrás | |
README.md | 5 anos atrás | |
build.sh | 5 anos atrás | |
index.js | 5 anos atrás | |
package-lock.json | 5 anos atrás | |
package.json | 5 anos atrás |
A port of the PeerJS library which currently only works on browsers. It uses the wrtc
node module to provide webrtc functionality and fixes various compatibility issues with NodeJS.
npm i --save node-peerjs
Just refer to the PeerJS documentation for a more detailed description of how the module works. You can also take a look at the examples/
directory in this repo to see a small example using node-peerjs
patch.diff
for all the modification made to the base PeerJS code and get it running on NodeJS