1 مستودع
Building a complete real-time communication stack from low-level protocols to media relay infrastructure.
Distinct from Full-Stack Frameworks: Distinct from Full-Stack Frameworks: focuses on constructing a WebRTC protocol stack, not a general web application framework.
Explore 1 awesome GitHub repository matching web development · WebRTC Stack Construction. Refine with filters or upvote what's useful.
This library provides a complete implementation of the WebRTC protocol suite in Rust, enabling peer-to-peer audio, video, and data channels with an asynchronous, Rust-native stack. Its architecture separates protocol logic from I/O, giving developers control over threading and scheduling while the library manages the protocol state. The stack is built to be modular, supporting data channel multiplexing over a single SCTP association, an event-driven callback interface for responding to connection changes, and an interceptor pipeline for processing media packets without altering core protocol c
Builds a complete real-time communication stack from low-level protocols to media relay infrastructure.