Completed
- intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Is Salvo Really the Simplest Rust Web Framework? - Rustlang - Rust Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 - intro
- 2 - what is salvo
- 3 - salvo is built on the tokio stack
- 4 - install salvo
- 5 - salvo hello world
- 6 - performance testing salvo with wrk
- 7 - serving up static html pages
- 8 - chainable tree routing with salvo
- 9 - serving public directories
- 10 - using middleware to compress with brotli
- 11 - serving react apps
- 12 - pro's and cons
- 13 - conclusion