peerjs-server: Peerjs server deployed on heroku is not working
I used the deploy on Heroku button from this link to deploy a peerjs server. To connect to this server I used
const peer = new Peer(host: 'focusmonk-beta.herokuapp.com', port:9000, path:'/')
But this is not working, am I missing something ?
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 15
That’s because the default password is wrong. Trying to find a fix
Thank you so much everyone, the problem is solved for me now. Peer cloud server worked. Thank you again @blyzniuk @siddharthmagadum16
This worked for me, thank you so much for helping me out.