UNPKG

webp2p

Version:

The server-less signaling channel for WebRTC

25 lines (19 loc) 571 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WebP2P.io</title> <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css"> <script src="../dist/WebP2P.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../node_modules/qunitjs/qunit/qunit.js"></script> <script src="_common.js"></script> <script src="1peer.js"></script> <script src="2peers.js"></script> <script src="chained.js"></script> <script src="melée.js"></script> </body> </html>