peerjs-server icon indicating copy to clipboard operation
peerjs-server copied to clipboard

Server for PeerJS

Results 88 peerjs-server issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) Changelog Sourced from...

dependencies

I want to be able to programmatically disconnect user if the client.id and client.token does seems fishy (PeerServer). How would I go about doing that inside the connection handler -...

### I have a suggestion: Because Peer.js server uses sockets under the hood for signalling, it would be great to have the ability to tap into the existing channel and...

feature
server

I have hosted this peerjs server to heroku and I'm facing this error when I tried to connect https://myapp.herokuapp.com/peerjs/6ba28c1d-8761-457e-ace4-31bcdbe4d32d/k1kpjuwftfr/id?i=0 and in my client code I have added const peer =...

Allowing to access to realm to share the events to the other connected users, let then know when a user connect or diconnect. ```ts /*Implementation*/ peerServer.on('connection', (client, realm) => {...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

### I have a question: If i want to use firebase, in my index.js its the same at app engine? when i run local works perfect, but when i deploy......

server

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

### 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...

server