mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 18:42:15 +00:00
13 lines
215 B
Markdown
13 lines
215 B
Markdown
|
# See nodes
|
||
|
|
||
|
> See other nodes in the network using WebRTC Star Discovery
|
||
|
|
||
|
# Try it out
|
||
|
|
||
|
```
|
||
|
# After having run `npm install` at the root of the repo.
|
||
|
> npm install
|
||
|
> npm start
|
||
|
# open your browser in port :9090
|
||
|
```
|