-
![copay_-_multisignature_wallet_and_wallet_js____devel_node_copay_js_models_core__-_vim_and_util__bc__17340](https://cloud.githubusercontent.com/assets/98844/3154531/e252ceee-eaab-11e3-8f7c-6f0caa06ff…
matiu updated
10 years ago
-
I'm not getting 'error' events on the Peer object when trying to connect with no internet connection (connection to PeerJS server is failing, but no event is received)
-
I'd like to test this with someone if the chat works. I tried with 5 different people on different networks to chat via the chat demo and it didn't seem to work. We were both using chrome on desktop t…
-
Hi guys,
First, thanks for your outstanding work!! PeerJS/WebRTC rocks!
We are implementing Copay, a bitcoin wallet using peerjs. It is open source https://github.com/bitpay/copay. I have some quest…
matiu updated
10 years ago
-
First of all, this is really impressive and I would like to say thanks to all developers who made this! :+1:
I've been working on p2p chat and one technology I'm using is PeerJS. It's in early stage…
-
Hi,
I have a problem with my peerjs server...
When i use the cloud server, my video chat works perfectly on browser and smartphone.
But, when I use my own peerjs server, my video chat stop working on…
-
I don't know, if this is the right place, but: There is no way to get `peer.js` from CDN by https protocol:
```
❯ wget https://cdn.peerjs.com/0.3/peer.js
--2014-04-06 12:29:37-- https://cdn.peerjs.c…
-
I followed the instructions to install copay and after launching the server, I get the following error:
```
GET http://localhost:3005/lib/bitcore.js 404 (Not Found) localhost/:536
Uncaught Error: Can…
-
Hi,
What is the reason that dataChannel throughput performance gets a significant drop when increasing RTT latency between the peers?
By simulating network latency and testing with a simple applicat…
-
In my application, I noticed that if I tried to connect to a peer id that nobody was listening on anymore, the caller wouldn't get any sort of error or notification about it. This can leave my app in …