bevy_replicon_example_backend

Crates.iobevy_replicon_example_backend
lib.rsbevy_replicon_example_backend
version0.34.0
created_at2025-02-12 11:14:56.510508+00
updated_at2025-06-15 12:13:57.25573+00
descriptionA simple transport intended only for examples
homepage
repositoryhttps://github.com/projectharmonia/bevy_replicon
max_upload_size
id1552923
size131,381
Hennadii Chernyshchyk (Shatur)

documentation

README

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.

Commit count: 712

cargo fmt