-
Hi, I am running a local Peer JS server on my computer. When I try to connect to my server using
react-native=peerjs it returns an error, `ReferrenceError: Can't find variable: location`
Code:
…
mxvsh updated
4 years ago
-
I was changing test project that I made before with websockets and electron (used when debugging the game so that I could see what's happening on the server visually) to this but apparently, it does n…
-
Passing `path` to `PeerServer` constructor without editing `config/index.js` seems to break the server.
const server = PeerServer({port: 3002, path: '/', proxied: true});
Config:
path…
-
client report lost connection to server after connected for a while.
-
Can't run multiplay
tiehr updated
4 years ago
-
Thanks for this awesome bit of work you've put together.
I have an electron/node app running on localhost (laptop) and a react native app running on my mobile ([using this](https://www.npmjs.com/pa…
-
I was wondering why XHR fallback was removed at #506? I am aware of the shortcomings and issues with the previous implementation, but still it did work in some cases.
Our solution targets the educa…
netop updated
4 years ago
-
I don't want to turn this into a playtak.com competitor, but I want to give it simple peer-to-peer networking so you can share a link with someone and play a private, non-timed game.
I'd also like …
-
So I've been tinkering with implementing networking of a small Javascript project of mine using PeerJS.
All nice, until it hit me: the ID I am creating and connection to is a Peer ID, not a Session …
-
kinectron.makeConnection() is working and I get a peer ID , but when I start the function kinectron.startTrackedBodies(drawSkeleton) the callback won't start.