peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.38k stars 1.09k forks source link

Provide cloud peerjs server over https/wss #111

Closed Masterxilo closed 5 years ago

Masterxilo commented 6 years ago

Because of https://github.com/peers/peerjs-server/issues/90 the cloud peerjs server is now useless for video calls.

We currently only get

http://0.peerjs.com:9000/

but we would need

https://0.peerjs.com:9000/

Yes we should run our own server to control the load, but for evaluation purposes it would be cool if you could provide this.

kidandcat commented 6 years ago

Sorry for the lack of documentation about this, but you have https://0.peerjs.com , it runs on the 443 standard, if you think you would be better with port 9000, I can proxy that port too.

Sadly, that is not implemented in the library yet, so you will need to use the "host" param.

Masterxilo commented 6 years ago

Perfect. If you could, that would be awesome - the fewer configuration to get something cool going the more motivation people will have to go with this!