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
573 downloads per month
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