Remix.run Logo
CodeArtisan 7 months ago

GameNetworkingSockets from Valve. Maybe not middleware enough? You have to implement the serialization and a state update strategy yourself.

Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.

https://github.com/ValveSoftware/GameNetworkingSockets

shdh 7 months ago | parent [-]

Yep, you will need to implement your own serialization and snapshot system with GNS.