I was wondering if there are any good tutorials or examples of a network multiplayer for haxe using UDP (I haven’t really been able to find any). Ideally, I was hoping to put together a multiplayer platformer, but for now I would like to test the waters with something more akin to two players communicating very basic information back and forth (no server) on a non-local network.
I should probably mention that I have no experience with communication protocols and the closest I’ve come to doing something like this is writing scientific code that communicates via MPI. So any general (non haxe) information would also be welcome.