-
There are a few potential problems with our peerjs signalling server.
1) shared service controlled by someone else - this is a vulnerability if not a current problem
2) The server maps a userId to…
-
**Is your feature request related to a problem? Please describe:**
I would like to open my WebContainer Preview in a separate tab. This apparently is possible in Chrome, but issues have been reported…
-
Hi everyone,
I built an instant video call and it works on localhost but not Heroku and as you can see I got the following error.
I tried different solutions that I found on StackOverflow and GitH…
-
### Please, check for existing issues to avoid duplicates.
- [X] No similar issues found.
### What happened?
I have deployed a peerjs server (with the help of your documetatio) and I have ve…
-
I would like to deploy the server on the edge/serverless environment. Can it be done? Ideally, I would like to have NextJS route that act as peerjs server, but I could also do with running it separate…
-
Need to move to simple-peer to get this working again.
-
### Please, check for existing issues to avoid duplicates.
- [X] No similar issues found.
### What happened?
hello, I'm using Vue 3 with PeerJS.
```
"peerjs": "^1.5.4",
"vue": "^3.4.27",
…
-
I see the project uses peerjs for peer to peer communication, it's a great tool, but i wonder about the centralisation issues peerjs-server creates. If the project is aiming for a true distributed has…
-
Here is the PeerJS part of my code :
```js
let peer = new Peer(Math.floor(Math.random() * 2 ** 16).toString(), {
host: '127.0.0.1', secure: false, port: 8080, debug: 3
});
console.log(peer.id)…
-
Are these supported ? (in server)