go-libp2p-webrtc-direct/examples/README.md

6 lines
432 B
Markdown
Raw Normal View History

2019-02-14 16:38:58 +00:00
examples
===
2019-02-25 19:10:59 +00:00
This folder contains the following examples of using the webrtc-direct transport:
1. [standalone](./standalone): This example shows how you can use the go-libp2p-webrtc-direct transport on its own.
1. [libp2p-echo](./libp2p-echo): This example is a variant of the [libp2p echo](https://github.com/libp2p/go-libp2p-examples/blob/master/echo) example. It shows how the webrtc-direct transport can be plugged into libp2p.