libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

change OpenStream to accept a context #35

Closed marten-seemann closed 3 years ago

marten-seemann commented 3 years ago

Depends on https://github.com/libp2p/go-libp2p-core/pull/172.

Stebalien commented 3 years ago

(I don't think this transport is actively being maintained)

backkem commented 3 years ago

(I don't think this transport is actively being maintained)

Yea, it never got beyond a proof of concept. There are some issues like DataChannel being packet based vs stream based but overall it should be fairly simple to revive. The underlying Go WebRTC implementation has also matured a lot.