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

Investigate muxing using data channels #9

Open backkem opened 5 years ago

backkem commented 5 years ago

Right now the user has to provide a muxer to create streams. It may be worth investigating if we can mux using WebRTC DataChannels. Note that there are some remainders of this idea still in the code.

To check:

backkem commented 4 years ago

The go-webrtc-aside-transport uses WebRTC for muxing.