-
Hello,
We setup PeerJS server in multiple EC2 instances with NLB distributing load.
But we very quickly realised this will not work as the other Peer will not be able to connect if First Peer has co…
-
In Ubuntu 18.04.4 Desktop with node v14.3.0,
I made various attempts to setting up a signaling-server, but got errors.
My app is running behind an nginx proxy server.
- First attempt:
in…
-
This is causing long-lived nodes to become unavailable on the network, i.e. no other node is able to form a connection with them, because they can't be signaled via the WebSocket.
I have to check if …
jure updated
10 years ago
-
I used the deploy on Heroku button from this [link](https://elements.heroku.com/buttons/peers/peerjs-server) to deploy a peerjs server. To connect to this server I used
`const peer = new Peer(host…
-
### I have a suggestion:
Currently the suggestion is to do something like the following:
```ts
const peerServer = ExpressPeerServer(server);
app.use('/peerjs', peerServer);
```
This actually c…
-
Hi Peerjs team!
To test a client browser's compatibility, I'm writing a Python peerjs client. Consider this flow:
1. Client browser creates a new peer:
peer = new Peer('', {options});
2. Clien…
-
Is there interest in peer discovery extensions?
Why:
- Currently peerjs-server leaves it to developers to find ways to exchange their IDs so they can connect. This is a perfectly valid design choi…
-
#### Overview
We propose to implement audio-visual calls and screen sharing within our platform's channels using the WebRTC technology facilitated by the PeerJS client/server framework. This feature w…
-
Hi, I tried running this on my server and created an nginx reverse proxy.
However, I am getting this error in the console.
```
Firefox can't establish a connection to the server at wss://video.e…
-
### I'm having an issue:
- I want to setup peer to peer connection combining it with express
- Here is my server side code :
-
- `const express = require('express')
const app = expr…