brandly / grill

peer-to-peer video chat
http://brandly.github.io/grill/
2 stars 0 forks source link

deploy own PeerServer? #4

Open brandly opened 4 years ago

brandly commented 4 years ago

this client is pretty functional, but i often get Error: Server has reached its concurrent user limit.

the signaling server is used for finding one another, but i don't fully understand how long one occupies space on the server. maybe my use of the server could be better, but it doesn't really matter if lots of others are using it too.

looks like it should be easy to deploy another: https://github.com/peers/peerjs-server

brandly commented 4 years ago

works in development, not when deployed to github pages

safari says an ssl error occurred. kinda looks like a cors error. not sure yet