Paul-Louis Ageneau 16bc97d19f Use iceConnectionState instead of connectionState in web example 4 years ago
..
LICENSE ea8cd06964 Converted web example to WebSocket signaling 5 years ago
README.md b765cba3d2 Enhanced Readmes in examples 4 years ago
index.html ea8cd06964 Converted web example to WebSocket signaling 5 years ago
script.js 16bc97d19f Use iceConnectionState instead of connectionState in web example 4 years ago
style.css ea8cd06964 Converted web example to WebSocket signaling 5 years ago

README.md

libdatachannel - Equivalent JavaScript client

Start a web server in this directory with:

$ python3 -m http.server --bind 127.0.0.1 8080

You can now open the web client at http://127.0.0.1:8080.