mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-30 22:31:03 +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
|
## Understanding how libp2p works
|
||||||
|
|
||||||
- [Transports]()
|
- [Transports](./transports)
|
||||||
- [Stream and Protocol Muxing]()
|
- [Stream and Protocol Muxing](./protocol-and-stream-muxing)
|
||||||
- [Encrypted Communications]()
|
- [Encrypted Communications](./encrypted-communications)
|
||||||
- [Discovery Mechanisms]()
|
- [Discovery Mechanisms](./discovery-mechanisms)
|
||||||
- [Peer Routing]()
|
- [Peer Routing](./peer-routing)
|
||||||
- [Content Routing]()
|
- [Content Routing](./content-routing)
|
||||||
- [PubSub]()
|
- [PubSub](./pubsub)
|
||||||
- [NAT Traversal]()
|
- [NAT Traversal](./nat-traversal)
|
||||||
- Circuit Relay (future)
|
- Circuit Relay (future)
|
||||||
- Naming (future)
|
- Naming (future)
|
||||||
|
|
||||||
## Other examples
|
## Other examples
|
||||||
|
|
||||||
- [Running libp2p in the Browser]()
|
- [Running libp2p in the Browser](./libp2p-in-the-browser)
|
||||||
- Running libp2p in the Electron (future)
|
- Running libp2p in the Electron (future)
|
||||||
- [The standard echo net example with libp2p](./echo)
|
- [The standard echo net example with libp2p](./echo)
|
||||||
- [A simple chat app with](./chat)
|
- [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