5 unstable releases

Uses new Rust 2024

new 0.32.0 Mar 23, 2025
0.32.0-rc.2 Mar 27, 2025
0.32.0-rc.1 Mar 24, 2025
0.31.0 Mar 13, 2025
0.30.1 Feb 12, 2025

#1961 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 183/week @ 2025-03-19

327 downloads per month

MIT/Apache

470KB
8K SLoC

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.


lib.rs:

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

Dependencies

~58–95MB
~1.5M SLoC