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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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

    Discontinued 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).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • 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