9 unstable releases (3 breaking)

Uses new Rust 2024

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

#2151 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 84/week @ 2025-04-16

573 downloads per month

MIT/Apache

495KB
9K 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

~25–34MB
~563K SLoC