Peerjs server deployed on heroku is not working
See original GitHub issueI 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 ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:15
Top Results From Across the Web
peers/peerjs-server - Buttons - Heroku Elements
PeerServer: A server for PeerJS. PeerServer helps establishing connections between PeerJS clients. Data is not proxied through the server.
Read more >Deploy PeerJS server on Heroku - Stack Overflow
I have a problem with PeerJS server. I used "Deploy to Heroku" button from here: https://github.com/peers/peerjs-server.
Read more >I got the PeerServer working BUT - Google Groups
What do I need to do in the current PeerServer repo before deploying to heroku to be able to run it this way?...
Read more >Peer.js Cloud Server is down! How to fix your project?!
Issue about the broken peer.js server ... Peer.js server repo https://github.com/peers/ peerjs - server Deploy your Peer.js serveron Heroku ...
Read more >How do i properly deploy a Peerjs app to heroku-node.js
You have to deploy peer-js serve on heroku and use that url as a host in your app. you can get information about...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.