python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to install peerjs server on windows server with multiple IP addresses
I have installed the peerjs server on my windows server as per github, and successfully get the message:
“Started PeerServer on ::, port: 9000, path: /myapp”.
I then opened port 9000 in the windows ...
Grebe.123
Votes: 0
Answers: 1
socket.io connections failing after integrating peer server in my code
hi as you know public server is down so i tried to host my on peer server
i already had a nodejs/express server up for chat ... so i tried to integrate peer server on my chat server
here is simplified...
hretic
Votes: 0
Answers: 1
How to remove dependency on peerJs server when using with Twilio turn/stun servers
I am using twilio from peerjs in my application. I had assumed that this removed dependencies on the peerjs server; the peerjs server has gone away at present which highlighted a dependency. Is it pos...
Grebe.123
Votes: 0
Answers: 1
Peerjs Error: Could not get an ID from the server
using Peerjs cdn.It was working fine.Suddenly getting this error today Error: Could not get an ID from the server
peer = new Peer();
<script src="https://unpkg.com/peerjs@1.3.1/dist/peerjs.m...
Pushparaj
Votes: 0
Answers: 2