Paul-Louis Ageneau f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 lat temu
..
LICENSE ea8cd06964 Converted web example to WebSocket signaling 5 lat temu
README.md b765cba3d2 Enhanced Readmes in examples 4 lat temu
index.html ea8cd06964 Converted web example to WebSocket signaling 5 lat temu
script.js f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 lat temu
style.css ea8cd06964 Converted web example to WebSocket signaling 5 lat temu

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.