i've been quite for a while now, just wanted to give an update 🙂
I'm currently working on a model based rudp network layer which will most likely be an open source repo in the end.
My focus is to provide easy modeling of network data and sending/receiving on multiplatform (incl. web)
So how it works is:
1. define a model and whether or not the properties should be reliable/ordered
2. boot up a network
3. create a model instance with a specific id
4. change the model on tick and send it.
The receiver will automatically mutate the model on its side and provide global access trough the network layer.
some examples: