peers / peerjs

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

Accessing http://cdn.peerjs.com/0.3/peer.js gives 404 #302

Closed looopTools closed 5 years ago

looopTools commented 9 years ago

Not exactly a bug with PeerJS, but I get a 404 error, when trying to include as script or downloading the script

http://cdn.peerjs.com/0.3/peer.js

jvlobo commented 9 years ago

I've just realized of that too. I hope they can fix it soon :/

thewheat commented 9 years ago

I'd suggest using the fork at https://github.com/nttcom/peerjs Things seem to work out of the box from their site.

KensakuKOMATSU commented 9 years ago

Yep, our branched peerjs works( https://skyway.io/dist/0.3/peer.min.js ). It is now independent with github.com/peerjs, for example, Adapter.js works well with ;-)

Not fully tested yet, I guess our branch-code works with peerjs-server. I hope it'll help you all.

For more detail, check our web website ( skyway: http://nttcom.github.io/skyway/en/ )

MichalPaszkiewicz commented 9 years ago

Would be good to update the guide

jvlobo commented 9 years ago

Is the main peerjs project dead???

KensakuKOMATSU commented 9 years ago

I'm not sure. Only info is that there're no commit since 11th Jan.

https://github.com/peers/peerjs/graphs/commit-activity

monaka commented 9 years ago

It's just an workaround. But works well. https://cdn.rawgit.com/peers/peerjs/master/dist/peer.min.js

andreabisello commented 8 years ago

original peer.js still broken. i tried to use @KensakuKOMATSU fork but api registration is totally japanese. so i'm using the link given by @monaka and seems to works.

yusuke84 commented 8 years ago

@abioneperhobby

i tried to use @KensakuKOMATSU fork but api registration is totally japanese.

I'm a skyway development team member. In around mid-December, we plan to prepare registration site in English.

MichalPaszkiewicz commented 8 years ago

+1 Nice!