January 2026
Intermediate to advanced
674 pages
15h 30m
English
We are now at the stage where we can build a web application that can manage a range of HTTP requests with different methods and data. This is useful, especially if we are building a server for microservices. However, we might also want non-programmers to interact with our application to use it. To enable non-programmers to use our application, we must create a graphical user interface.
It must be noted that this chapter does not contain much Rust. This is because other languages exist to render a graphical user interface. We will mainly use HTML, JavaScript (JS), and CSS. These tools are mature and widely used for frontend web development. Whilst I personally love Rust (otherwise I wouldn’t be writing a book ...
Read now
Unlock full access