bevy_replicon_example_backend

Crates.iobevy_replicon_example_backend
lib.rsbevy_replicon_example_backend
version0.38.0
created_at2025-02-12 11:14:56.510508+00
updated_at2026-01-13 22:48:23.567104+00
descriptionA simple transport intended only for examples
homepage
repositoryhttps://github.com/simgine/bevy_replicon
max_upload_size
id1552923
size138,310
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> -- <example CLI args>

Pass --help after the -- to see the available example CLI options.

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: 929

cargo fmt