Crates.io | sfu |
lib.rs | sfu |
version | 0.0.3 |
source | src |
created_at | 2021-07-03 23:21:44.783007 |
updated_at | 2024-03-08 01:05:49.977239 |
description | WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO |
homepage | https://sfu.rs |
repository | https://github.com/webrtc-rs/sfu |
max_upload_size | |
id | 418373 |
size | 473,266 |
WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO
SFU.rs currently requires Rust 1.75.0+ to build.
To build sfu crate:
cargo build [or clippy or test or fmt]
To build sync version chat examples:
cargo run --package sfu --example sync_chat
To build async version chat examples:
cargo run --package sfu --example async_chat
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since ( see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, SFU.rs is using the dual MIT+Apache-2.0 license.
Contributors or Pull Requests are Welcome!!!