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

golang client #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

if you get time you you make a golang client too using libp2p ?

backkem commented 5 years ago

Hi @gedw99, This library aims to implement the go-libp2p-transport interface. That should allow it to be plugged into libp2p and projects build on libp2p such as IPFS. I may add some examples of this to the repo when I get that working.