You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Allow checkers to communicate using WebSockets, see https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API
There is no Deno crate we could re-use, we have to write Deno bindings for a Rust/C++ webrtc library ourselves.
My WebRTC playground: https://github.com/bajtos/webrtc-exploration
Resources: