bevy_replicon_example_backend 0.31.0

A simple transport intended only for examples
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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]../README.md#messaging-backends.

To run an [example](examples) use the following command:

```bash
cargo run -p bevy_replicon_example_backend --example <example name>
```