peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.38k stars 1.43k forks source link

Unable to create connection to local server when internet #562

Closed kunalverma94 closed 5 years ago

kunalverma94 commented 5 years ago

I am running a peer server on node on my local machine .But when i am trying to connect from client page it reffers to https://0.peerjs.com/peerjs/id?ts=15647394027850.8572294835316543 requst again and again...

afrokick commented 5 years ago

Did you change config?


<script>
    const peer = new Peer('someid', {host: 'localhost', port: 9000, path: '/myapp'});
</script>`
afrokick commented 5 years ago

@kunalverma94 if you have a question - leave a new comment please

kunalverma94 commented 5 years ago

@afrokick It worked .sorry for delay in reply . Thanks :)