Fish Game: Multiplayer Programming with Rust and Nakama

Heroic Labs builds Nakama – an open-source social and realtime server for games and apps. Read more

Similar

Rust is NFG. Try again in 2030

These conclusions are generally met with a variation of the motte-and-bailey argument, i.e. that Rust has an "unsafe" mode where all the manageable evils of C are permitted, albeit with back-to-front declaration syntax, semantically significant scoping[-1... (more…)

Read more »

Examining Rust async iterator approaches

I’m an avid user of async Rust, and I have used it to implement various kinds of distributed systems and networking applications. Even though async Rust is very helpful in expressing concurrent processes, synchronization patterns, timeouts etc., it is not... (more…)

Read more »