Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
They decided to switch from using workspaces to using separate repos for some reason. Kept the global readme there, but not sure why this repo still has a Cargo.toml and src/ at all.
-
repo https://github.com/webrtc-rs/webrtc is used for actual WebRTC API, such as RTCPeerConnection, RTCDataChannel, but currently is not implemented. According to the roadmap, this repo is still waiting for other two repos (TURN, ICE).
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
webrtc-unreliable
Just enough hacks to get unreliable unordered WebRTC data channels between a browser and a server
Take a look at webrtc-unreliable. I haven't tried it, but it claims to implement just a simple subset of webrtc to get udp-like functionality.