durian - a high-level general purpose client/server networking library

This page summarizes the projects mentioned and recommended in the original post on /r/rust_gamedev

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
  • durian

    General purpose client/server networking library written in Rust, built on top of the QUIC protocol which is implemented by quinn (by spoorn)

  • quinn

    Async-friendly QUIC implementation in Rust

  • QUIC isn't web/wasm-compatible because of https://github.com/quinn-rs/quinn/issues/1388, so durian wouldn't either since it's built on top of it.

  • 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.

    InfluxDB logo
  • bevy_quinnet

    A Client/Server game networking plugin using QUIC, for the Bevy game engine.

  • i've been using bevy_quinnet for my personal networking needs and loving it, and this is also built on top of quinn/QUIC so i'm starring :)

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

  • FPS server with QUINN?

    3 projects | /r/rust | 29 Oct 2022
  • I write a secure UDP tunnel

    2 projects | /r/rust | 1 Oct 2022
  • Which QUIC crate should I use

    3 projects | /r/rust | 28 Dec 2021
  • [ANN] Quinn 0.8 (async-enabled pure-Rust QUIC implementation) releases 0.8, first release with QUIC v1 support

    1 project | /r/rust | 14 Nov 2021
  • Experiments with h3 clients + Envoy

    8 projects | dev.to | 12 Apr 2021