-
I have asked this question on chat but I din't really got an answer and since I don't see who is mentor on this project I'm posting it here in hope you guys can help me to make outstanding application…
jsam updated
10 years ago
-
Hi,
basically, I'd like to implement AUTH bootstrap in server.js
PeerServer.prototype._initializeWSS
such as
```
if (true) // true for auth passed
{
socket.send(JSON.st…
-
Source and doc:
https://github.com/peers/peerjs-server
-
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …
-
I think it should emit also other event because without it system flow is broken.
Ex. host: mysuper.peer.server.com(404)
At least
case 'ERROR': // Server error.
case 'ID-TAKEN': // The selected ID is…
-
PLEASE CLOSE THIS ISSUE
The test was made with 2 Chrome tabs in the same window.
The loop in the unfocused tab will run in a rate smaller than 100ms.
Created the 2 test tabs in different windows and …
-
The video/audio streaming should be working right? But when I try the example page on the peerjs.com website, it doesn't seem to work: http://cdn.peerjs.com/demo/videochat
Am I missing anything? My F…
-
npmjs.org is telling me: "0.2.0 last updated 7 months ago".
`package.json` is telling me `0.3.0`.
Does this mean the version on `npm` is out of date? If so, can we get it updated (and keep it that w…
-
I want to create a chat support service, so I implement like this
1. Clients (guest) register their's ID to PeerServer and waiting for connection
var peer = new Peer('entropy-guest1', {host: 'localho…
-
Here's my setup
Server
```
var webrtcServer = new PeerServer({
port: 9000,
path: "/wrtc"
});
```
Peer 1
```
var peer = new Peer( 'masterName', {
host: 'localhost',
port: 9000,
…