只借助浏览器,如何使用P2P


只借助浏览器,不是用插件,如何实现P2P直接数据传输?

p2p 浏览器

德拉克莉·梅隆 9 years, 8 months ago

目前为止除了使用flash等插件外,没有其他的办法。

leave、 answered 9 years, 8 months ago

我猜有人想做peercdn鸟

Akazhuo answered 9 years, 8 months ago

有一个东西叫webrtc

废叔F.AL answered 9 years, 8 months ago

使用浏览器下载P2P软件

Tragen answered 9 years, 8 months ago

WebRTC的接口中有一个叫 RTCPeerConnection 的最后的实现就是P2P类型的,不知道是否是你想要的东西: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection

石田铁兵卫 answered 9 years, 8 months ago

Your Answer