Completed
- performance testing actix web server debug
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Actix vs Rocket - Rust Lang Web Framework Performance Comparison
Automatically move to the next video in the Classroom when playback concludes
- 1 - intro
- 2 - coding an actix web server
- 3 - running actix-web locally
- 4 - creating hello world with actix-web
- 5 - performance testing actix web server debug
- 6 - compiling actix-web release build
- 7 - performance testing actix-web release build
- 8 - techempower rankings
- 9 - creating a multi-stage docker build of actix-web
- 10 - running actix-web on docker
- 11 - performance testing actix web on docker
- 12 - creating a rocket web server
- 13 - performance testing rocket debug build
- 14 - compiling a release build of rocket
- 15 - performance testing rocket release build
- 16 - comparing rust web frameworks performance to express node.js
- 17 - creating a multi stage docker build of rocket web server
- 18 - performance testing rocket on docker
- 19 - conclusion