A pure Rust implementation of WebRTC API.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • webrtc

    A pure Rust implementation of WebRTC (by webrtc-rs)

    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.

  • ice

    A pure Rust implementation of ICE (by webrtc-rs)

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts