wasm-peers VS datachannel-rs

Compare wasm-peers vs datachannel-rs and see what are their differences.

wasm-peers

Easy-to-use wrapper for WebRTC DataChannels peer-to-peer connections written in Rust and compiling to WASM. (by wasm-peers)

datachannel-rs

Rust wrappers for libdatachannel (by lerouxrgd)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wasm-peers datachannel-rs
2 2
100 131
0.0% -
6.1 5.9
3 months ago 4 days ago
Rust Rust
Apache License 2.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wasm-peers

Posts with mentions or reviews of wasm-peers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-14.
  • Thesis ideas?
    1 project | /r/WebRTC | 22 Feb 2022
    I actually did a WebRTC related project for my bachelor's, so I can share it with you as an inspiration: github.com/wasm-peers/wasm-peers.
  • [Showcase] wasm-peers: easy-to-use WebRTC networking wrapper for WASM
    6 projects | /r/rust | 14 Feb 2022
    [wasm-peers](https://github.com/wasm-peers/wasm-peers) is a library for WebRTC networking in Rust projects, targeting the browser via WebAssembly. It provides its own implementation of a signaling server that is required by the protocol.

datachannel-rs

Posts with mentions or reviews of datachannel-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-24.

What are some alternatives?

When comparing wasm-peers and datachannel-rs you can also consider the following projects:

matchbox - Painless peer-to-peer WebRTC networking for rust wasm (and native!)

webrtc-unreliable - Just enough hacks to get unreliable unordered WebRTC data channels between a browser and a server

dango-tribute - :eyes:

Pion WebRTC - Pure Go implementation of the WebRTC API

rust-sdks - LiveKit real-time SDK and server API for Rust

libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

amazon-kinesis-video-streams-webr

FirebaseRTC - Codelab for building a WebRTC Video chat application using Firebase Cloudstore.

webrtc - A pure Rust implementation of WebRTC

werift-webrtc - WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4

rings - Rings is a structured peer-to-peer network implementation using WebRTC, Chord DHT, and full WebAssembly (WASM) support.

aiortc - WebRTC and ORTC implementation for Python using asyncio