| Crates.io | bevyhub_net |
| lib.rs | bevyhub_net |
| version | 0.0.1-rc.2 |
| created_at | 2024-12-09 05:28:48.380532+00 |
| updated_at | 2024-12-18 06:21:56.50089+00 |
| description | A lightweight Bevy replication library. |
| homepage | https://bevyhub.dev |
| repository | https://github.com/mrchantey/bevyhub |
| max_upload_size | |
| id | 1476964 |
| size | 205,474 |
bevyhub_netThis is a very tiny and simple replication library that can run on microcontrollers and be used for DOM communication.
Components, Events and Resources can be specified as incoming or outgoing.
Components can be both because the Replicate component can be used to distinguish who should be doing the sending.
For instance a web bevy app can send serde_json messages to the dom and bincode messages to the server