Abstract
In this coding session we will create a multiplayer online game with Dioxus. The game will communicate in real-time with Websockets to other players.
It is well suited to demonstrate how rust can be used for real world Web Applications that communicate in real-time. Dioxus as a framework for web, mobile and desktop app is suited very well for that task.
Only some basic rust knowledge is necessary, everything else including http, websockets and wrapping everything in a musl docker container will be covered by the mentor.
Prerequisites
A notebook with Rust pre-installed.
Just basic Rust knowledge is mandatory, web knowledge is helpful but not necessary.