You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergey a5e9114d2a
examples: fix unresponsive pubsub chat example (#1652)
2 years ago
..
chat remove the context from the libp2p and from the Host contructor 3 years ago
chat-with-mdns pass notifees to the mDNS constructor, add dedicated Start method 3 years ago
chat-with-rendezvous remove the context from the libp2p and from the Host contructor 3 years ago
echo remove the context from the libp2p and from the Host contructor 3 years ago
http-proxy fix go vet error in proxy example (#1377) 3 years ago
ipfs-camp-2019 chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago
libp2p-host chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago
multipro remove the context from the libp2p and from the Host contructor 3 years ago
pubsub examples: fix unresponsive pubsub chat example (#1652) 2 years ago
relay chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago
routed-echo remove the context from the libp2p and from the Host contructor 3 years ago
testutils chore: fix staticcheck errors 4 years ago
README.md doc(examples): remove unecessary header info 4 years ago
go.mod chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago
go.sum chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago

README.md

go-libp2p examples and tutorials

In this folder, you can find a variety of examples to help you get started in using go-libp2p. Every example as a specific purpose and some of each incorporate a full tutorial that you can follow through, helping you expand your knowledge about libp2p and p2p networks in general.

Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a pr, thank you!

Examples and Tutorials

For js-libp2p examples, check https://github.com/libp2p/js-libp2p/tree/master/examples