With the next jam drawing closer I'm getting an itch to finally make a multiplayer game so I was wondering what's a simple-ish crate to help with that and where to host either the host server or a matchmaking server. I'm a cheapskate and it would be just for testing and the jam so a free option would be nice.
As for the crate I've started looking into ~~bevy_quinnet ~~ (no WASM) but I'm definitely open to suggestions. WASM support is a must and I'd like to make smt. fairly simple, not action-based to get my feet wet.
I was also considering 'matchbox' with 'GGRS' (thanks to @misty ridge for the lovely tutorials), but setting up the rollback seemed more-involved than going th server/client route.