mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-15 23:20:51 +00:00
docs: add disclaimers for each example
This commit is contained in:
parent
b14a2ff717
commit
7df0074667
@ -6,20 +6,20 @@ Let us know if you find any issue or if you want to contribute and add a new tut
|
||||
|
||||
## Understanding how libp2p works
|
||||
|
||||
- [Transports]()
|
||||
- [Stream and Protocol Muxing]()
|
||||
- [Encrypted Communications]()
|
||||
- [Discovery Mechanisms]()
|
||||
- [Peer Routing]()
|
||||
- [Content Routing]()
|
||||
- [PubSub]()
|
||||
- [NAT Traversal]()
|
||||
- [Transports](./transports)
|
||||
- [Stream and Protocol Muxing](./protocol-and-stream-muxing)
|
||||
- [Encrypted Communications](./encrypted-communications)
|
||||
- [Discovery Mechanisms](./discovery-mechanisms)
|
||||
- [Peer Routing](./peer-routing)
|
||||
- [Content Routing](./content-routing)
|
||||
- [PubSub](./pubsub)
|
||||
- [NAT Traversal](./nat-traversal)
|
||||
- Circuit Relay (future)
|
||||
- Naming (future)
|
||||
|
||||
## Other examples
|
||||
|
||||
- [Running libp2p in the Browser]()
|
||||
- [Running libp2p in the Browser](./libp2p-in-the-browser)
|
||||
- Running libp2p in the Electron (future)
|
||||
- [The standard echo net example with libp2p](./echo)
|
||||
- [A simple chat app with](./chat)
|
||||
|
2
examples/discovery-mechanisms/README.md
Normal file
2
examples/discovery-mechanisms/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/encrypted-communications/README.md
Normal file
2
examples/encrypted-communications/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/libp2p-in-the-browser/README.md
Normal file
2
examples/libp2p-in-the-browser/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/nat-traversal/README.md
Normal file
2
examples/nat-traversal/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/peer-routing/README.md
Normal file
2
examples/peer-routing/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/protocol-and-stream-muxing/README.md
Normal file
2
examples/protocol-and-stream-muxing/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
2
examples/pubsub/README.md
Normal file
2
examples/pubsub/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# WIP - This example is still in the works
|
||||

|
Loading…
x
Reference in New Issue
Block a user