mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-17 16:10:52 +00:00
* refactor: examples-browser * chore: add information to use signalling server * chore: apply suggestions from code review Co-Authored-By: Jacob Heun <jacobheun@gmail.com> * chore: update deps * docs: refactor libp2p browser example * docs(examples): add back websockets and boostrap nodes docs(examples): redo the browser readme * fix: handle edge case of connections closing early * chore: fix lint * chore: update example deps and readme * chore: update webrtc-star * chore: apply suggestions from code review Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai> Co-authored-by: Jacob Heun <jacobheun@gmail.com> Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
23 lines
332 B
HTML
23 lines
332 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>js-libp2p parcel.js browser example</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1 id="status">Starting libp2p...</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<pre id="output"></pre>
|
|
</main>
|
|
|
|
<script src="./index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |