UNPKG

simple-peer-wrapper

Version:

A wrapper for simple-peer that includes a socket.io signaling server client. To be used in the browser with simple-peer-server.

20 lines (18 loc) 457 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Simple Peer Wrapper Example — Data</title> <link rel="icon" type="image/png" href="http://www.fillmurray.com/32/32" /> </head> <body> <h1>Simple Peer Wrapper Example — Data</h1> <script src="../../dist/simple-peer-wrapper.js"></script> <script src="../shared/p5.min.js"></script> <script src="./sketch.js"></script> </body> </html>