1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-07-03 02:41:33 +00:00
Files
Alex Potsides 564f4b8aa7 deps: update it-length-prefix, uint8arraylist etc ()
In order to support no-copy operations in streams, update all deps
to support streaming Uint8ArrayLists.
2022-08-03 14:15:35 +01:00

18 lines
311 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js-libp2p vite browser example</title>
</head>
<body>
<header>
<h1 id="status">Starting libp2p...</h1>
</header>
<main>
<pre id="output"></pre>
</main>
<script src="./dialer.js" type="module"></script>
</body>
</html>