webrtc-unreliable VS turbulence

Compare webrtc-unreliable vs turbulence and see what are their differences.

webrtc-unreliable

Just enough hacks to get unreliable unordered WebRTC data channels between a browser and a server (by kyren)

turbulence

Networking library for games, multiplex reliable and unreliable streams over unreliable datagrams. (by kyren)
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-unreliable turbulence
8 3
385 253
0.8% 0.8%
5.7 4.2
21 days ago 6 months ago
Rust Rust
GNU General Public License v3.0 or later Apache 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.

webrtc-unreliable

Posts with mentions or reviews of webrtc-unreliable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.

turbulence

Posts with mentions or reviews of turbulence. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • Choosing a networking library for my game
    8 projects | /r/rust_gamedev | 6 May 2022
    enet - Golden standard, tested and reliable - Not native rust - Does not seem to be popular in rust turbulence - Readme says it is not stable, but last meaningful commit was 1 year ago - Lacking documentation and examples - Not very popular laminar - Last meaningful release was 3 years ago (ignoring changes that fix typos etc.) - Despite this, everywhere (book, readme) there are mentions that it is under "active development" - Created for Amethyst, which is dead. I am kinda fearful that the same thing will happen to this lib. Tachyon - New and not tested in the battle - Many features that other libraries have planned, Tachyon actually has implemented - Lacking documentation (except for one big readme file), tests, examples Quinn - Big, under active development (daily commits), very popular because web development. - Modular, ability to just use core implemetation: quinn-proto - Do i really need TLS certificates and cryptography for my playing with friends game server? - Stream based, I would need to implement recv/send messages on top of it (not that hard tbh) - Only reliable stream and "unreliable" messages.
  • For a multiplayer game that will have browser and mobile app cross-platform, with a client-server architecture, what type of server would you set up?
    1 project | /r/rust_gamedev | 22 Dec 2021
    see https://github.com/kyren/turbulence
  • Shattersong Online - New Rust MMO Browser platformer in development by former Starbound and Wargroove devs
    5 projects | /r/rust | 1 Aug 2021
    turbulence: A networking layer that provides multiplexed data channels (optionally reliable and bandwidth limited) over an unreliable channel.

What are some alternatives?

When comparing webrtc-unreliable and turbulence you can also consider the following projects:

datachannel-rs - Rust wrappers for libdatachannel

uflow - A Rust library providing ordered, mixed-reliability, and congestion-controlled data transfer over UDP

ozz-animation - Open source c++ skeletal animation library and toolset

laminar - A simple semi-reliable UDP protocol for multiplayer games

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

quinn - Async-friendly QUIC implementation in Rust

webrtc - A pure Rust implementation of WebRTC

website - Let's Encrypt Website and Documentation

hashlink - An updated version of linked-hash-map and friends

Pion WebRTC - Pure Go implementation of the WebRTC API

backroll-rs - A (almost) 100% pure safe Rust implementation of GGPO-style rollback netcode.