| Crates.io | bevy_connect |
| lib.rs | bevy_connect |
| version | 0.16.23 |
| created_at | 2025-08-14 13:51:02.14497+00 |
| updated_at | 2025-09-13 20:20:24.997591+00 |
| description | Connectivity via TCP sessions |
| homepage | https://codeberg.org/raffaeleragni/bevy_connect |
| repository | https://codeberg.org/raffaeleragni/bevy_connect |
| max_upload_size | |
| id | 1794900 |
| size | 201,895 |
A session based communication plugin.
Sessions are unique per user defined message types, so it is possible to have different message structs and each one of them will create a separate session.
Each session is a unique connection, ie a channel. Every message in the channel will be sequential (tcp stream based).