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

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.