8 unstable releases (3 breaking)

Uses new Rust 2024

new 0.33.0-rc.5 Apr 15, 2025
0.33.0-rc.4 Apr 12, 2025
0.33.0-rc.2 Mar 28, 2025
0.32.0 Mar 23, 2025
0.30.1 Feb 12, 2025

#2152 in Game dev

Download history 132/week @ 2025-02-12 4/week @ 2025-02-19 12/week @ 2025-02-26 132/week @ 2025-03-12 182/week @ 2025-03-19 285/week @ 2025-03-26 9/week @ 2025-04-02 140/week @ 2025-04-09

620 downloads per month

MIT/Apache

460KB
8K SLoC

A simple transport intended only for examples. This transport does not implement any reliability or security features. DO NOT USE in a real project


Bevy Replicon Example Backend

A simple TCP backend for running examples, testing backend API and serving as a reference for backend implementation.

Warning

DO NOT USE this in a real project. Instead, choose a proper backend from Messaging backends.

To run an example use the following command:

cargo run -p bevy_replicon_example_backend --example <example name>

In all examples, you need to start the server first since connecting via TCP in the Rust standard library is blocking. You won't have this issue with a real backend.

Dependencies

~24–32MB
~539K SLoC